diff --git a/sqlcipher/build.gradle b/sqlcipher/build.gradle index a9b6dcc..a30ad32 100644 --- a/sqlcipher/build.gradle +++ b/sqlcipher/build.gradle @@ -3,11 +3,11 @@ apply plugin: "maven-publish" apply plugin: "signing" android { - compileSdkVersion 30 + compileSdkVersion 33 defaultConfig { minSdkVersion 16 - targetSdkVersion 30 + targetSdkVersion 33 versionCode 1 versionName "${rootProject.ext.libraryVersion}" project.archivesBaseName = "sqlcipher-android-${versionName}"