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

View file

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