Skip to content

Commit

Permalink
Update dependency androidx.compose.compiler:compiler to v1.5.4 (#1671)
Browse files Browse the repository at this point in the history
* Update dependency androidx.compose.compiler:compiler to v1.5.4

* Remove temporary Google development repo

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <[email protected]>
  • Loading branch information
renovate[bot] and JakeWharton authored Nov 7, 2023
1 parent 7b6e484 commit 39eac6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ buildConfigPlugin = "com.github.gmazzo:gradle-buildconfig-plugin:3.1.0"
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidx.activity" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx.activity" }
androidx-appCompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
androidx-compose-compiler = "androidx.compose.compiler:compiler:1.5.4-dev-k1.9.20-50f08dfa4b4"
androidx-compose-compiler = "androidx.compose.compiler:compiler:1.5.4"
androidx-core = { module = "androidx.core:core-ktx", version = "1.12.0" }
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
androidx-swipeRefreshLayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
Expand Down
7 changes: 0 additions & 7 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ dependencyResolutionManagement {
repositories {
mavenCentral()
google()
// TODO Remove this once Google releases a 1.9.20-compatible Compose compiler.
maven {
url 'https://androidx.dev/storage/compose-compiler/repository'
content {
includeGroup('androidx.compose.compiler')
}
}
}
}

Expand Down

0 comments on commit 39eac6b

Please sign in to comment.