Skip to content

Commit

Permalink
chore: update gradle to 8.4, kotlin to 1.9.22, places SDK to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhawk committed May 9, 2024
1 parent 38c5f98 commit ab3b165
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.1'
classpath 'com.android.tools.build:gradle:8.4.0'
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.9.10'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24"
classpath "com.google.dagger:hilt-android-gradle-plugin:2.51"
classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1"
classpath 'com.mxalbert.gradle:jacoco-android:0.2.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 3 additions & 3 deletions places-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ android {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.22"
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24'
implementation('org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0')
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0"
implementation "com.android.volley:volley:1.2.1"
implementation 'androidx.multidex:multidex:2.0.1'
api "org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.8.0"
api "com.google.android.libraries.places:places:3.3.0"
api 'com.google.android.libraries.places:places:3.4.0'

// Tests
testImplementation "androidx.test.ext:junit:1.1.5"
Expand Down

0 comments on commit ab3b165

Please sign in to comment.