File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ plugins {
44}
55
66android {
7- compileSdk 31
7+ compileSdk 29
88
99 defaultConfig {
1010 minSdk 23
11- targetSdk 31
11+ targetSdk 29
1212 versionCode 1
1313 versionName " 1.0"
1414
@@ -33,9 +33,9 @@ android {
3333
3434dependencies {
3535
36- implementation ' androidx.core:core-ktx:1.7 .0'
37- implementation ' androidx.appcompat:appcompat:1.4 .1'
38- implementation ' com.google.android.material:material:1.5 .0'
36+ implementation ' androidx.core:core-ktx:1.5 .0'
37+ implementation ' androidx.appcompat:appcompat:1.3 .1'
38+ implementation ' com.google.android.material:material:1.4 .0'
3939 testImplementation ' junit:junit:4.+'
4040 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
4141 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
You can’t perform that action at this time.
0 commit comments