Skip to content

Commit

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

* Updating targetSdk e compileSdk to 35

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Theo L.M. <[email protected]>
  • Loading branch information
renovate[bot] and theolm authored Jan 26, 2025
1 parent 5ebd10e commit 9cdbacb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/kotlin/config/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import org.gradle.api.JavaVersion
object Config {
const val applicationId = "dev.theolm.rinku"
const val minSdk = 22
const val targetSdk = 34
const val compileSdk = 34
const val targetSdk = 35
const val compileSdk = 35
const val versionCode = 1
const val versionName = "1.0.0"
val javaVersion = JavaVersion.VERSION_17
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp = "8.8.0"
androidx-activityCompose = "1.9.3"
androidx-activityCompose = "1.10.0"
activity-ktx = "1.9.3"
compose = "1.7.6"
compose-plugin = "1.7.1"
Expand Down

0 comments on commit 9cdbacb

Please sign in to comment.