Skip to content

Commit

Permalink
Upgrade gradle to 8.6 and AGP to 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dpad85 committed Jun 12, 2024
1 parent 081e589 commit e2e2a8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath("com.android.tools.build:gradle:7.4.2")
classpath("com.android.tools.build:gradle:8.4.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}")
classpath("org.jetbrains.kotlin:kotlin-serialization:${Versions.kotlin}")
classpath("app.cash.sqldelight:gradle-plugin:${Versions.sqlDelight}")
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Versions {
const val slf4j = "1.7.30"
const val junit = "4.13"

const val fcmPlugin = "4.3.10"
const val fcmPlugin = "4.4.2"

object Android {
const val coreKtx = "1.9.0"
Expand All @@ -26,7 +26,7 @@ object Versions {
const val biometrics = "1.1.0"

const val zxing = "4.1.0"
const val fcm = "22.0.0"
const val fcm = "24.0.0"
const val logback = "2.0.0"

const val testRunner = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
1 change: 0 additions & 1 deletion phoenix-legacy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {
id("kotlin-kapt")
id("kotlin-parcelize")
id("androidx.navigation.safeargs.kotlin")
id("com.google.gms.google-services")
id("app.cash.sqldelight")
id("kotlinx-serialization")
}
Expand Down

0 comments on commit e2e2a8e

Please sign in to comment.