Skip to content

Commit

Permalink
Merge branch 'main' into android-15
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Sep 7, 2024
2 parents 8280790 + 7136dde commit 53d6b90
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 48 deletions.
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.NFCQuickSettingsTile"
tools:targetApi="31">
tools:targetApi="34">

<activity
android:name=".NfcTilePreferencesActivity"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class NfcTileService : TileService() {
*/
private fun updateTile(adapter: NfcAdapter? = NfcAdapter.getDefaultAdapter(this)) {
adapter?.apply { updateTile(isEnabled) } ?: updateTile(
Tile.STATE_INACTIVE,
Tile.STATE_UNAVAILABLE,
string.tile_subtitle_unavailable
)
}
Expand Down
16 changes: 0 additions & 16 deletions app/src/main/res/values-night/themes.xml

This file was deleted.

10 changes: 0 additions & 10 deletions app/src/main/res/values/colors.xml

This file was deleted.

16 changes: 0 additions & 16 deletions app/src/main/res/values/themes.xml

This file was deleted.

6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.5.2' apply false
id 'com.android.library' version '8.5.2' apply false
id 'com.android.application' version '8.6.0' apply false
id 'com.android.library' version '8.6.0' apply false
id 'org.jetbrains.dokka' version '1.9.20' apply false
id 'org.jetbrains.kotlin.android' version '2.0.10' apply false
id 'org.jetbrains.kotlin.android' version '2.0.20' apply false
}

0 comments on commit 53d6b90

Please sign in to comment.