File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ apply plugin: 'kotlin-android'
3
3
apply plugin : ' kotlin-android-extensions'
4
4
5
5
android {
6
- compileSdkVersion 31
7
- buildToolsVersion " 31 .0.0"
6
+ compileSdkVersion 32
7
+ buildToolsVersion " 32 .0.0"
8
8
9
9
defaultConfig {
10
10
applicationId " com.hoc081098.stateflowsample"
11
11
minSdkVersion 23
12
- targetSdkVersion 31
12
+ targetSdkVersion 32
13
13
versionCode 1
14
14
versionName " 1.0"
15
15
@@ -37,13 +37,13 @@ dependencies {
37
37
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
38
38
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
39
39
40
- implementation ' androidx.appcompat:appcompat:1.4.2 '
40
+ implementation ' androidx.appcompat:appcompat:1.5.0 '
41
41
implementation ' androidx.core:core-ktx:1.8.0'
42
42
implementation ' com.google.android.material:material:1.6.1'
43
43
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
44
44
45
45
// viewModels
46
- implementation " androidx.fragment:fragment-ktx:1.5.1 "
46
+ implementation " androidx.fragment:fragment-ktx:1.5.2 "
47
47
48
48
testImplementation ' junit:junit:4.13.2'
49
49
androidTestImplementation ' androidx.test.ext:junit:1.1.3'
You can’t perform that action at this time.
0 commit comments