We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a3d9e commit 038d598Copy full SHA for 038d598
android/app/build.gradle
@@ -21,7 +21,7 @@ android {
21
22
defaultConfig {
23
applicationId "com.httpsms"
24
- minSdk 30
+ minSdk 26
25
targetSdk 33
26
versionCode 1
27
versionName "${getGitHash()}"
@@ -61,7 +61,7 @@ dependencies {
61
implementation "androidx.cardview:cardview:1.0.0"
62
implementation 'com.beust:klaxon:5.5'
63
implementation 'androidx.work:work-runtime-ktx:2.7.1'
64
- implementation 'androidx.appcompat:appcompat:1.5.1'
+ implementation 'androidx.appcompat:appcompat:1.4.2'
65
implementation 'org.apache.commons:commons-text:1.9'
66
implementation 'com.google.android.material:material:1.6.1'
67
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
0 commit comments