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'
33apply plugin : ' kotlin-android-extensions'
44
55android {
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
@@ -37,13 +37,13 @@ dependencies {
3737 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3838 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
3939
40- implementation ' androidx.appcompat:appcompat:1.4.2 '
40+ implementation ' androidx.appcompat:appcompat:1.5.0 '
4141 implementation ' androidx.core:core-ktx:1.8.0'
4242 implementation ' com.google.android.material:material:1.6.1'
4343 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
4444
4545 // viewModels
46- implementation " androidx.fragment:fragment-ktx:1.5.1 "
46+ implementation " androidx.fragment:fragment-ktx:1.5.2 "
4747
4848 testImplementation ' junit:junit:4.13.2'
4949 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
You can’t perform that action at this time.
0 commit comments