Build tools 33.0.0. Update test fixture dependencies.

This commit is contained in:
Yang
2022-06-17 23:54:56 +10:00
parent f1d9765a2a
commit a9c993651c
4 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 32
buildToolsVersion "32.0.0"
compileSdkVersion 33
buildToolsVersion "33.0.0"
defaultConfig {
applicationId "com.example.testapp"
minSdkVersion 15
targetSdkVersion 32
targetSdkVersion 33
versionCode 1
versionName "1.0"