gradle: Bump target SDK to 33 (T)

This commit is contained in:
Peter Cai 2022-08-26 17:02:25 -04:00
parent a2677d9f9d
commit 030b9837dc
1 changed files with 3 additions and 3 deletions

View File

@ -10,12 +10,12 @@ repositories {
}
android {
compileSdkVersion 31
buildToolsVersion '30.0.3'
compileSdkVersion 33
buildToolsVersion '33.0.0'
defaultConfig {
applicationId "net.typeblog.shelter"
minSdkVersion 24
targetSdkVersion 31
targetSdkVersion 33
versionCode 20
versionName "1.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"