Skip to content

Commit 11e86bb

Browse files
committed
gradle downgrade.
1 parent d510934 commit 11e86bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ plugins {
44
}
55

66
android {
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

3434
dependencies {
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'

0 commit comments

Comments
 (0)