Skip to content

Commit

Permalink
Update dependency androidx.activity:activity-compose to v1.10.0 (#459)
Browse files Browse the repository at this point in the history
* Update dependency androidx.activity:activity-compose to v1.10.0

* compileSdk 35

* compileSdk 35

* omg

* why

* help

---------

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 Jan 15, 2025
1 parent d8674f0 commit fb62278
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ktlint = "0.48.1"

[libraries]
agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
androidActivityCompose = "androidx.activity:activity-compose:1.9.3"
androidActivityCompose = "androidx.activity:activity-compose:1.10.0"
androidAnnotation = "androidx.annotation:annotation:1.9.1"
androidCollection = "androidx.collection:collection:1.4.5"
androidTestRunner = "androidx.test:runner:1.6.2"
Expand Down
2 changes: 1 addition & 1 deletion runtime-compose-ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

android {
namespace = "app.cash.paraphrase.compose"
compileSdk = 34
compileSdk = 35

buildFeatures {
compose = true
Expand Down
2 changes: 1 addition & 1 deletion runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

android {
namespace = "app.cash.paraphrase"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 24
Expand Down
2 changes: 1 addition & 1 deletion sample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

android {
namespace = "app.cash.paraphrase.sample.app"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 24
Expand Down
2 changes: 1 addition & 1 deletion sample/library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

android {
namespace = "app.cash.paraphrase.sample.library"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 24
Expand Down
2 changes: 1 addition & 1 deletion tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

android {
namespace = "app.cash.paraphrase.tests"
compileSdk = 34
compileSdk = 35

// This must point at an application module, although we won't use it.
targetProjectPath = ":sample:app"
Expand Down

0 comments on commit fb62278

Please sign in to comment.