Skip to content

Commit

Permalink
chore(dependencies): upgrade to Kotlin 1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Apr 9, 2024
1 parent a8c279b commit 8c47204
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
versionCode = 001_007_000
versionName = "1.7.0"

kotlin_version = '1.8.22'
dokka_version = '1.8.20'
kotlin_version = '1.9.22'
dokka_version = '1.9.20'
}
repositories {
google()
Expand Down
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.3'
implementation 'androidx.navigation:navigation-ui-ktx:2.7.3'
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'
implementation 'androidx.navigation:navigation-ui-ktx:2.7.7'
implementation 'com.google.guava:guava:32.1.2-jre'

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 8c47204

Please sign in to comment.