We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9af407 commit e7eddd1Copy full SHA for e7eddd1
1 file changed
medialoaderxlib/build.gradle
@@ -4,11 +4,11 @@ plugins {
4
}
5
6
android {
7
- compileSdk 33
+ compileSdk 32
8
9
defaultConfig {
10
minSdk 21
11
- targetSdk 33
+ targetSdk 32
12
versionCode 1
13
versionName "1.0"
14
@@ -33,5 +33,5 @@ android {
33
dependencies {
34
35
implementation 'androidx.core:core-ktx:1.7.0'
36
- implementation 'androidx.appcompat:appcompat:1.6.0'
37
-}
+ implementation 'androidx.appcompat:appcompat:1.5.1'
+}
0 commit comments