Skip to content

Commit

Permalink
Update dependency com.android.tools.build:gradle to v8 (cashapp#945)
Browse files Browse the repository at this point in the history
* Update dependency com.android.tools.build:gradle to v8

* Update gradle.properties

---------

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 Jun 6, 2023
1 parent 1ee55e2 commit 599273c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ android.defaults.buildfeatures.aidl=false
android.defaults.buildfeatures.renderscript=false
android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false
android.disableAutomaticComponentCreation=true

systemProp.org.gradle.internal.http.socketTimeout=120000

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sqldelight = "1.5.5"

[libraries]
android-desugarJdkLibs = { module = "com.android.tools:desugar_jdk_libs", version = "1.2.3" }
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "7.4.2" }
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.0.1" }
android-material = { module = "com.google.android.material:material", version = "1.9.0" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.7.2" }
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.6.0" }
Expand Down

0 comments on commit 599273c

Please sign in to comment.