Bump compile/target SDK version to 33
This commit is contained in:
parent
7a1a1063af
commit
edd12456f4
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user