File tree 6 files changed +5
-48
lines changed
java/au/id/colby/nfcquicksettings
6 files changed +5
-48
lines changed Original file line number Diff line number Diff line change 14
14
android : label =" @string/app_name"
15
15
android : roundIcon =" @mipmap/ic_launcher_round"
16
16
android : supportsRtl =" true"
17
- android : theme =" @style/Theme.NFCQuickSettingsTile"
18
- tools : targetApi =" 31" >
17
+ tools : targetApi =" 34" >
19
18
20
19
<activity
21
20
android : name =" .NfcTilePreferencesActivity"
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ class NfcTileService : TileService() {
214
214
*/
215
215
private fun updateTile (adapter : NfcAdapter ? = NfcAdapter .getDefaultAdapter(this)) {
216
216
adapter?.apply { updateTile(isEnabled) } ? : updateTile(
217
- Tile .STATE_INACTIVE ,
217
+ Tile .STATE_UNAVAILABLE ,
218
218
string.tile_subtitle_unavailable
219
219
)
220
220
}
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
plugins {
3
- id ' com.android.application' version ' 8.5.2 ' apply false
4
- id ' com.android.library' version ' 8.5.2 ' apply false
3
+ id ' com.android.application' version ' 8.6.0 ' apply false
4
+ id ' com.android.library' version ' 8.6.0 ' apply false
5
5
id ' org.jetbrains.dokka' version ' 1.9.20' apply false
6
- id ' org.jetbrains.kotlin.android' version ' 2.0.10 ' apply false
6
+ id ' org.jetbrains.kotlin.android' version ' 2.0.20 ' apply false
7
7
}
You can’t perform that action at this time.
0 commit comments