Skip to content

Commit 5cf0f9b

Browse files
authored
Update build.gradle
1 parent f5379b2 commit 5cf0f9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ buildscript {
1515
apply plugin: 'com.android.library'
1616

1717
android {
18-
compileSdkVersion 29
18+
compileSdkVersion 34
1919

2020
defaultConfig {
21-
minSdkVersion 16
22-
targetSdkVersion 29
21+
minSdkVersion 23
22+
targetSdkVersion 34
2323
versionCode 1
2424
versionName "1.0"
2525
}

0 commit comments

Comments
 (0)