Skip to content

Commit 37618f2

Browse files
Reverting minSdk,targetSdk version
1 parent 9b7067d commit 37618f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ ext {
2626

2727
apply from: 'publish.gradle'
2828
android {
29-
compileSdk 33
29+
compileSdk 32
3030

3131
defaultConfig {
3232

33-
minSdk 33
34-
targetSdk 33
33+
minSdk 21
34+
targetSdk 32
3535
versionCode 1
3636
versionName "1.0"
3737

0 commit comments

Comments
 (0)