File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 alias(libs.plugins.androidGradlePlugin) apply (false )
3- alias(libs.plugins.kotlin) apply (false )
43 alias(libs.plugins.nmcpAggregation)
54}
65
@@ -17,4 +16,4 @@ nmcpAggregation {
1716 }
1817
1918 publishAllProjectsProbablyBreakingProjectIsolation()
20- }
19+ }
Original file line number Diff line number Diff line change 11plugins {
22 alias(libs.plugins.androidGradlePlugin)
3- alias(libs.plugins.kotlin)
43 alias(libs.plugins.compose)
54 `maven- publish`
65 signing
@@ -10,7 +9,7 @@ kotlin.jvmToolchain(19)
109
1110android {
1211 namespace = " com.ioki.textref.compose"
13- compileSdk = 33
12+ compileSdk = 35
1413 defaultConfig {
1514 minSdk = 21
1615 }
@@ -19,7 +18,6 @@ android {
1918 sourceCompatibility = JavaVersion .VERSION_1_8
2019 targetCompatibility = JavaVersion .VERSION_1_8
2120 }
22- kotlinOptions { jvmTarget = " 1.8" }
2321}
2422
2523dependencies {
Original file line number Diff line number Diff line change 11plugins {
22 alias(libs.plugins.androidGradlePlugin)
3- alias(libs.plugins.kotlin)
43 `maven- publish`
54 signing
65}
@@ -9,7 +8,7 @@ kotlin.jvmToolchain(19)
98
109android {
1110 namespace = " com.ioki.textref"
12- compileSdk = 33
11+ compileSdk = 35
1312 defaultConfig {
1413 minSdk = 21
1514 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
@@ -18,7 +17,6 @@ android {
1817 sourceCompatibility = JavaVersion .VERSION_1_8
1918 targetCompatibility = JavaVersion .VERSION_1_8
2019 }
21- kotlinOptions { jvmTarget = " 1.8" }
2220}
2321
2422dependencies {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ androidTest-assertParcelable = "com.artemzin.assert-parcelable:assert-parcelable
1717android-compose = [" android-compose-runtime" , " android-compose-ui" ]
1818
1919[plugins ]
20- androidGradlePlugin = " com.android.library:8.11 .1"
20+ androidGradlePlugin = " com.android.library:9.0 .1"
2121kotlin = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlinVersion" }
2222compose = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlinVersion" }
2323nmcpAggregation = { id = " com.gradleup.nmcp.aggregation" , version = " 1.4.4" }
You can’t perform that action at this time.
0 commit comments