Skip to content

Commit 013826b

Browse files
authored
Update build.gradle
1 parent 818a483 commit 013826b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 31
7-
buildToolsVersion "31.0.0"
6+
compileSdkVersion 32
7+
buildToolsVersion "32.0.0"
88

99
defaultConfig {
1010
applicationId "com.hoc081098.stateflowsample"
1111
minSdkVersion 23
12-
targetSdkVersion 31
12+
targetSdkVersion 32
1313
versionCode 1
1414
versionName "1.0"
1515

0 commit comments

Comments
 (0)