Skip to content

Commit e9e0d1a

Browse files
chore(deps): Bump androidx-activity from 1.10.1 to 1.11.0 (#260)
* chore(deps): Bump androidx-activity from 1.10.1 to 1.11.0 Bumps `androidx-activity` from 1.10.1 to 1.11.0. Updates `androidx.activity:activity` from 1.10.1 to 1.11.0 Updates `androidx.activity:activity-compose` from 1.10.1 to 1.11.0 --- updated-dependencies: - dependency-name: androidx.activity:activity dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.activity:activity-compose dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix: raise target/compile SDK to 36 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sven Jacobs <[email protected]>
1 parent 113f76b commit e9e0d1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ tasks.withType<DependencyUpdatesTask> {
5757
}
5858

5959
val androidMinSdk by extra { 21 }
60-
val androidTargetSdk by extra { 35 }
61-
val androidCompileSdk by extra { 35 }
60+
val androidTargetSdk by extra { 36 }
61+
val androidCompileSdk by extra { 36 }

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
android-gradle-plugin = "8.13.0"
3-
androidx-activity = "1.10.1"
3+
androidx-activity = "1.11.0"
44
androidx-compose-bom = "2025.10.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
55
jetbrains-compose = "1.8.2"
66
kotlin = "2.2.20"

0 commit comments

Comments
 (0)