Skip to content

Commit ebc803c

Browse files
authored
Merge pull request #31 from Kotlin-Android-Open-Source/renovate/all-deps
fix(deps): update all dependencies
2 parents 67af0e8 + 013826b commit ebc803c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 5 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

@@ -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'

0 commit comments

Comments
 (0)