Bump compile/target SDK version to 33

This commit is contained in:
Nick Parker 2023-02-23 13:42:56 -06:00 committed by Greyson Parrelli
parent 7a1a1063af
commit edd12456f4

View File

@ -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}"