File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[versions ]
2- activitycompose = " 1.11.0 "
2+ activitycompose = " 1.12.1 "
33agp = " 8.13.1"
44androidCore = " 1.7.0"
55androidx-core = " 1.17.0"
66androidxtest = " 1.7.0"
7- compose-bom = " 2025.11.01 "
7+ compose-bom = " 2025.12.00 "
88dokka = " 2.1.0"
99espresso = " 3.7.0"
1010gradleMavenPublishPlugin = " 0.35.0"
@@ -21,7 +21,7 @@ materialIconsExtendedAndroid = "1.7.8"
2121mockk = " 1.14.6"
2222mockkAndroid = " 1.14.6"
2323org-jacoco-core = " 0.8.14"
24- screenshot = " 0.0.1-alpha11 "
24+ screenshot = " 0.0.1-alpha12 "
2525constraintlayout = " 2.2.1"
2626material = " 1.13.0"
2727robolectric = " 4.16"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ android {
2828 compileSdk = 36
2929
3030 defaultConfig {
31- minSdk = 21
31+ minSdk = 23
3232 targetSdk = 36
3333 versionCode = 1
3434 versionName = " 1.0"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ android {
1616 compileSdk = 36
1717
1818 defaultConfig {
19- minSdk = 21
19+ minSdk = 23
2020 }
2121
2222 compileOptions {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ android {
2323 compileSdk = 36
2424
2525 defaultConfig {
26- minSdk = 21
26+ minSdk = 23
2727 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2828 }
2929
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ android {
1616 compileSdk = 36
1717
1818 defaultConfig {
19- minSdk = 21
19+ minSdk = 23
2020 }
2121
2222 compileOptions {
You can’t perform that action at this time.
0 commit comments