Skip to content

Commit 038d598

Browse files
committed
reduce min SDK version to 26
1 parent c1a3d9e commit 038d598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121

2222
defaultConfig {
2323
applicationId "com.httpsms"
24-
minSdk 30
24+
minSdk 26
2525
targetSdk 33
2626
versionCode 1
2727
versionName "${getGitHash()}"
@@ -61,7 +61,7 @@ dependencies {
6161
implementation "androidx.cardview:cardview:1.0.0"
6262
implementation 'com.beust:klaxon:5.5'
6363
implementation 'androidx.work:work-runtime-ktx:2.7.1'
64-
implementation 'androidx.appcompat:appcompat:1.5.1'
64+
implementation 'androidx.appcompat:appcompat:1.4.2'
6565
implementation 'org.apache.commons:commons-text:1.9'
6666
implementation 'com.google.android.material:material:1.6.1'
6767
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

0 commit comments

Comments
 (0)