Skip to content

Commit

Permalink
Bump dependencies: AGP 8.6.0-alpha01 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov authored May 15, 2024
1 parent af0d712 commit 8b09077
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ minSdk = "24"
compileSdk = "34"
targetSdk = "33"

agp = "8.5.0-beta01"
android-tools-common = "31.5.0-beta01"
agp = "8.6.0-alpha01"
android-tools-common = "31.6.0-alpha01"
anvil = "2.5.0-beta09"
bmversions = "0.51.0"
detekt = "1.23.6"
Expand All @@ -17,9 +17,9 @@ spotless = "6.25.0"

accompanist = "0.35.0-alpha"
androidx-activity = "1.9.0"
androidx-annotation = "1.7.1"
androidx-annotation = "1.8.0"
androidx-annotation-experimental = "1.4.0"
androidx-appcompat = "1.7.0-beta01"
androidx-appcompat = "1.7.0-rc01"
androidx-arch-core = "2.2.0"
androidx-benchmark = "1.2.4"
androidx-collection = "1.4.0"
Expand All @@ -32,13 +32,13 @@ androidx-core = "1.13.1"
androidx-datastore = "1.1.1"
android-desugar-jdk-libs = "2.0.4"
androidx-emoji2 = "1.4.0"
androidx-fragment = "1.7.0"
androidx-lifecycle = "2.7.0"
androidx-lifecycle-runtime-compose = "2.8.0-rc01"
androidx-fragment = "1.7.1"
androidx-lifecycle = "2.8.0"
androidx-lifecycle-runtime-compose = "2.8.0"
androidx-navigation = "2.7.7"
androidx-navigation-compose = "2.7.7"
androidx-paging = "3.3.0-rc01"
androidx-paging-compose = "3.3.0-rc01"
androidx-paging = "3.3.0"
androidx-paging-compose = "3.3.0"
androidx-profileinstaller = "1.3.1"
androidx-room = "2.6.1"
androidx-splashscreen = "1.1.0-rc01"
Expand All @@ -59,7 +59,7 @@ asm = "9.6"
coil = "2.6.0"
fbase-gradle-plugin = "0.1"
firebase-bom = "33.0.0"
firebase-crashlytics-plugin = "2.9.0"
firebase-crashlytics-plugin = "3.0.1"
igdbclient = "0.5"
guava = "31.1-jre"
graalvm = "24.0.1"
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ buildscript {
google()
}
dependencies {
classpath("com.android.tools.build:gradle:8.5.0-beta01")
classpath("com.android.tools.build:gradle:8.6.0-alpha01")
classpath("com.squareup.anvil:gradle-plugin:2.5.0-beta09")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.9")
classpath("com.google.firebase:firebase-crashlytics-gradle:3.0.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24")
classpath("com.google.devtools.ksp:symbol-processing-gradle-plugin:1.9.24-1.0.20")
classpath("com.squareup.wire:wire-gradle-plugin:4.9.9")
Expand Down

0 comments on commit 8b09077

Please sign in to comment.