File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed
tiamat-destinations/tiamat-destinations Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 11[versions ]
22agp = " 8.13.0"
33# agp = "8.11.0"
4- android -compileSdk = " 36"
5- android -minSdk = " 21 "
6- android -targetSdk = " 36"
4+ sample -compileSdk = " 36"
5+ sample -minSdk = " 23 "
6+ sample -targetSdk = " 36"
77
88detekt = " 1.23.8"
99jetbrains-compose = " 1.8.2"
Original file line number Diff line number Diff line change 11[versions ]
22tiamat = " 2.0.0-alpha03"
3+
4+ minSdk = " 21"
5+ compileSdk = " 36"
Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ kotlin {
7575
7676android {
7777 namespace = " composegears.tiamat.sample"
78- compileSdk = libs.versions.android .compileSdk.get().toInt()
78+ compileSdk = libs.versions.sample .compileSdk.get().toInt()
7979
8080 defaultConfig {
8181 applicationId = " composegears.tiamat.sample"
82- minSdk = libs.versions.android .minSdk.get().toInt()
83- targetSdk = libs.versions.android .targetSdk.get().toInt()
82+ minSdk = libs.versions.sample .minSdk.get().toInt()
83+ targetSdk = libs.versions.sample .targetSdk.get().toInt()
8484 versionCode = 1
8585 versionName = " 1.0"
8686 }
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ kotlin {
1919 jvm()
2020 androidLibrary {
2121 namespace = " com.composegears.tiamat.destinations"
22- compileSdk = libs.versions.android.compileSdk.get().toInt()
22+ compileSdk = tiamat.versions.compileSdk.get().toInt()
23+ minSdk = tiamat.versions.minSdk.get().toInt()
2324
2425 compilations.configureEach {
2526 compilerOptions.configure {
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ kotlin {
2424 jvm()
2525 androidLibrary {
2626 namespace = " com.composegears.tiamat"
27- compileSdk = libs.versions.android.compileSdk.get().toInt()
27+ compileSdk = tiamat.versions.compileSdk.get().toInt()
28+ minSdk = tiamat.versions.minSdk.get().toInt()
2829
2930 compilations.configureEach {
3031 compilerOptions.configure {
You can’t perform that action at this time.
0 commit comments