File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ plugins {
77
88android {
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
Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.9.2 "
2+ agp = " 8.10.0 "
33kotlin = " 2.1.10"
44coreKtx = " 1.16.0"
5- lifecycleRuntimeKtx = " 2.8.7 "
5+ lifecycleRuntimeKtx = " 2.9.0 "
66
7- datastore = " 1.1.5 "
7+ datastore = " 1.1.6 "
88kotlinSerialization = " 1.7.3"
99
1010activityCompose = " 1.10.1"
11- composeBom = " 2025.04.01 "
12- navigationCompose = " 2.8.9 "
11+ composeBom = " 2025.05.00 "
12+ navigationCompose = " 2.9.0 "
1313
1414splashscreen = " 1.0.1"
1515
You can’t perform that action at this time.
0 commit comments