Skip to content

Commit 44a2518

Browse files
build(deps): Bump the all-gradle group with 1 update
Bumps the all-gradle group with 1 update: `androidx.activity:activity-compose` from 1.12.3 to 1.13.0. Other changes: - Update `compileSdk` to 37 in `app/build.gradle.kts`. - Add `//noinspection OldTargetApi` to `targetSdk`. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle ...
1 parent e63b321 commit 44a2518

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ extensions.configure<ApplicationExtension>("android") {
3131

3232
namespace = "com.github.codeworkscreativehub.mlauncher"
3333

34-
compileSdk = 36
34+
compileSdk = 37
3535

3636
defaultConfig {
3737
minSdk = 28
38+
//noinspection OldTargetApi
3839
targetSdk = 36
3940
versionCode = baseVersionCode
4041
versionName = baseVersionName

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ constraintlayout = "2.2.1"
3131
constraintlayout-compose = "1.1.1"
3232

3333
# Compose Versions
34-
activity-compose = "1.12.3"
34+
activity-compose = "1.13.0"
3535
compose-android = "1.10.6"
3636
compose-material = "1.10.6"
3737
compose-animation = "1.10.6"

0 commit comments

Comments
 (0)