File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ plugins {
4
4
}
5
5
6
6
android {
7
- compileSdk 31
7
+ compileSdk 29
8
8
9
9
defaultConfig {
10
10
minSdk 23
11
- targetSdk 31
11
+ targetSdk 29
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
@@ -33,9 +33,9 @@ android {
33
33
34
34
dependencies {
35
35
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'
39
39
testImplementation ' junit:junit:4.+'
40
40
androidTestImplementation ' androidx.test.ext:junit:1.1.3'
41
41
androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
You can’t perform that action at this time.
0 commit comments