We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818a483 commit 013826bCopy full SHA for 013826b
app/build.gradle
@@ -3,13 +3,13 @@ apply plugin: 'kotlin-android'
3
apply plugin: 'kotlin-android-extensions'
4
5
android {
6
- compileSdkVersion 31
7
- buildToolsVersion "31.0.0"
+ compileSdkVersion 32
+ buildToolsVersion "32.0.0"
8
9
defaultConfig {
10
applicationId "com.hoc081098.stateflowsample"
11
minSdkVersion 23
12
- targetSdkVersion 31
+ targetSdkVersion 32
13
versionCode 1
14
versionName "1.0"
15
0 commit comments