Skip to content

Commit

Permalink
Canary6 (#257)
Browse files Browse the repository at this point in the history
* agp canary 6

* update other versions
  • Loading branch information
illarionov authored Jan 25, 2024
1 parent a14c651 commit 2f9e72e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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.4.0-alpha05"
android-tools-common = "31.4.0-alpha05"
agp = "8.4.0-alpha06"
android-tools-common = "31.4.0-alpha06"
anvil = "2.4.9"
bmversions = "0.50.0"
detekt = "1.23.4"
Expand All @@ -16,23 +16,23 @@ ksp = "1.9.22-1.0.17"
spotless = "6.23.3"

accompanist = "0.33.2-alpha"
androidx-activity = "1.9.0-alpha01"
androidx-activity = "1.9.0-alpha02"
androidx-annotation = "1.7.1"
androidx-annotation-experimental = "1.3.1"
androidx-annotation-experimental = "1.4.0"
androidx-appcompat = "1.7.0-alpha03"
androidx-arch-core = "2.2.0"
androidx-benchmark = "1.2.2"
androidx-collection = "1.3.0"
androidx-compose-bom = "2023.10.01"
androidx-benchmark = "1.2.3"
androidx-collection = "1.4.0"
androidx-compose-bom = "2024.01.00"
androidx-compose-compiler = "1.5.8"
androidx-compose-material3 = "1.2.0-beta02"
androidx-compose-material3 = "1.2.0-rc01"
androidx-compose-runtime-tracing = "1.0.0-beta01"
androidx-constraintlayout = "2.1.4"
androidx-core = "1.12.0"
androidx-datastore = "1.1.0-beta01"
android-desugar-jdk-libs = "2.0.4"
androidx-emoji2 = "1.4.0"
androidx-fragment = "1.7.0-alpha08"
androidx-fragment = "1.7.0-alpha09"
androidx-lifecycle = "2.7.0"
androidx-lifecycle-runtime-compose = "2.7.0"
androidx-navigation = "2.7.6"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-rc-2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-rc-3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 2f9e72e

Please sign in to comment.