Skip to content

Commit ed7c7e7

Browse files
Bump compile/target SDK version to 33
1 parent e9dd279 commit ed7c7e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlcipher/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ apply plugin: "maven-publish"
33
apply plugin: "signing"
44

55
android {
6-
compileSdkVersion 30
6+
compileSdkVersion 33
77

88
defaultConfig {
99
minSdkVersion 16
10-
targetSdkVersion 30
10+
targetSdkVersion 33
1111
versionCode 1
1212
versionName "${rootProject.ext.libraryVersion}"
1313
project.archivesBaseName = "sqlcipher-android-${versionName}"

0 commit comments

Comments
 (0)