Skip to content

Commit 79e30aa

Browse files
committed
build(config): lower minSdk to 26 and update targetApi name
set minSdk from 29 to 26 to increase device compatibility. replace numeric `tools:targetApi="33"` with the named constant `"tiramisu"` for clearer SDK version reference.
1 parent d19aa8d commit 79e30aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010

1111
defaultConfig {
1212
applicationId = "com.brycewg.asrkb"
13-
minSdk = 29
13+
minSdk = 26
1414
targetSdk = 35
1515
versionCode = 146
1616
versionName = "3.13.3"

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
android:localeConfig="@xml/locale_config"
4242
android:theme="@style/Theme.ASRKeyboard"
4343
android:usesCleartextTraffic="true"
44-
tools:targetApi="33">
44+
tools:targetApi="tiramisu">
4545

4646
<activity
4747
android:name=".ui.SettingsActivity"

0 commit comments

Comments
 (0)