Skip to content

Commit d13ebd5

Browse files
committed
bump compileSdk and targetSdk to 36 and update dependencies
1 parent f48a1d5 commit d13ebd5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ plugins {
77

88
android {
99
namespace = "com.uravgcode.chooser"
10-
compileSdk = 35
10+
compileSdk = 36
1111

1212
defaultConfig {
1313
applicationId = "com.uravgcode.chooser"
1414
minSdk = 26
15-
targetSdk = 35
15+
targetSdk = 36
1616
versionCode = 16
1717
versionName = "1.4.3"
1818

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
android:roundIcon="@mipmap/ic_launcher"
99
android:theme="@style/Theme.Chooser"
1010
android:enableOnBackInvokedCallback="true"
11-
tools:targetApi="35">
11+
tools:targetApi="36">
1212
<activity
1313
android:name=".MainActivity"
1414
android:exported="true">

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
2-
agp = "8.9.2"
2+
agp = "8.10.0"
33
kotlin = "2.1.10"
44
coreKtx = "1.16.0"
5-
lifecycleRuntimeKtx = "2.8.7"
5+
lifecycleRuntimeKtx = "2.9.0"
66

7-
datastore = "1.1.5"
7+
datastore = "1.1.6"
88
kotlinSerialization = "1.7.3"
99

1010
activityCompose = "1.10.1"
11-
composeBom = "2025.04.01"
12-
navigationCompose = "2.8.9"
11+
composeBom = "2025.05.00"
12+
navigationCompose = "2.9.0"
1313

1414
splashscreen = "1.0.1"
1515

0 commit comments

Comments
 (0)