Skip to content

Commit e7eddd1

Browse files
authored
Update build.gradle
1 parent a9af407 commit e7eddd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

medialoaderxlib/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ plugins {
44
}
55

66
android {
7-
compileSdk 33
7+
compileSdk 32
88

99
defaultConfig {
1010
minSdk 21
11-
targetSdk 33
11+
targetSdk 32
1212
versionCode 1
1313
versionName "1.0"
1414

@@ -33,5 +33,5 @@ android {
3333
dependencies {
3434

3535
implementation 'androidx.core:core-ktx:1.7.0'
36-
implementation 'androidx.appcompat:appcompat:1.6.0'
37-
}
36+
implementation 'androidx.appcompat:appcompat:1.5.1'
37+
}

0 commit comments

Comments
 (0)