Skip to content

Commit 6816c93

Browse files
Bump the lib-and-app group with 9 updates (#87)
* Bump the lib-and-app group with 9 updates Bumps the lib-and-app group with 9 updates: | Package | From | To | | --- | --- | --- | | androidx.activity:activity-compose | `1.11.0` | `1.12.0` | | androidx.lifecycle:lifecycle-livedata-ktx | `2.9.4` | `2.10.0` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.9.4` | `2.10.0` | | androidx.lifecycle:lifecycle-viewmodel-ktx | `2.9.4` | `2.10.0` | | androidx.compose:compose-bom | `2025.10.01` | `2025.11.01` | | [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) | `5.3.0` | `5.3.2` | | [com.squareup.okhttp3:mockwebserver3](https://github.com/square/okhttp) | `5.3.0` | `5.3.2` | | com.android.application | `8.13.0` | `8.13.1` | | com.android.library | `8.13.0` | `8.13.1` | Updates `androidx.activity:activity-compose` from 1.11.0 to 1.12.0 Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.9.4 to 2.10.0 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.4 to 2.10.0 Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.9.4 to 2.10.0 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.4 to 2.10.0 Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.9.4 to 2.10.0 Updates `androidx.compose:compose-bom` from 2025.10.01 to 2025.11.01 Updates `com.squareup.okhttp3:okhttp` from 5.3.0 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.3.0...parent-5.3.2) Updates `com.squareup.okhttp3:mockwebserver3` from 5.3.0 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.3.0...parent-5.3.2) Updates `com.squareup.okhttp3:mockwebserver3` from 5.3.0 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.3.0...parent-5.3.2) Updates `com.android.application` from 8.13.0 to 8.13.1 Updates `com.android.library` from 8.13.0 to 8.13.1 Updates `com.android.library` from 8.13.0 to 8.13.1 --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-and-app - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-and-app - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-and-app - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-and-app - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-and-app - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-and-app - dependency-name: androidx.compose:compose-bom dependency-version: 2025.11.01 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lib-and-app - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-and-app - dependency-name: com.squareup.okhttp3:mockwebserver3 dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-and-app - dependency-name: com.squareup.okhttp3:mockwebserver3 dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-and-app - dependency-name: com.android.application dependency-version: 8.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-and-app - dependency-name: com.android.library dependency-version: 8.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-and-app - dependency-name: com.android.library dependency-version: 8.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-and-app ... Signed-off-by: dependabot[bot] <[email protected]> * Upgrade minSdk to 23 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arnau Mora <[email protected]>
1 parent b6b7ef3 commit 6816c93

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
2-
agp = "8.13.0"
3-
androidx-activityCompose = "1.11.0"
2+
agp = "8.13.1"
3+
androidx-activityCompose = "1.12.0"
44
androidx-appcompat = "1.7.1"
55
androidx-core = "1.17.0"
6-
androidx-lifecycle = "2.9.4"
6+
androidx-lifecycle = "2.10.0"
77
androidx-test-core = "1.7.0"
88
androidx-test-runner = "1.7.0"
99
androidx-test-rules = "1.7.0"
1010
conscrypt = "2.5.3"
11-
compose-bom = "2025.10.01"
11+
compose-bom = "2025.11.01"
1212
dokka = "2.1.0"
1313
junit = "4.13.2"
1414
kotlin = "2.2.21"
1515
mockk = "1.14.6"
16-
okhttp = "5.3.0"
16+
okhttp = "5.3.2"
1717

1818
[libraries]
1919
androidx-activityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
compileSdk = 36
1313

1414
defaultConfig {
15-
minSdk = 21 // Android 5
15+
minSdk = 23 // Android 6
1616

1717
aarMetadata {
1818
minCompileSdk = 29

sample-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
versionCode = 1
1414
versionName = "1.0.0"
1515

16-
minSdk = 21
16+
minSdk = 23
1717
targetSdk = 36
1818

1919
vectorDrawables {

0 commit comments

Comments
 (0)