Skip to content

Commit fc1d1fe

Browse files
Compile and target sdk version 30
1 parent 01798b2 commit fc1d1fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 29
4+
compileSdkVersion 30
55

66
defaultConfig {
77
applicationId "net.zetetic.sqlcipher.test"
88
minSdkVersion 16
9-
targetSdkVersion 29
9+
targetSdkVersion 30
1010
versionCode 1
1111
versionName "1.0"
1212
}

0 commit comments

Comments
 (0)