Skip to content

Commit cda9337

Browse files
Bump com.android.library from 8.11.1 to 9.0.1 (#269)
* Bump com.android.library from 8.11.1 to 9.0.1 Bumps com.android.library from 8.11.1 to 9.0.1. --- updated-dependencies: - dependency-name: com.android.library dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix plugin for inline Kotlin compilation --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: StefMa <StefMaDev@outlook.com>
1 parent 8fb7a75 commit cda9337

4 files changed

Lines changed: 4 additions & 9 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
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+
}

compose/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
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

1110
android {
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

2523
dependencies {

core/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
alias(libs.plugins.androidGradlePlugin)
3-
alias(libs.plugins.kotlin)
43
`maven-publish`
54
signing
65
}
@@ -9,7 +8,7 @@ kotlin.jvmToolchain(19)
98

109
android {
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

2422
dependencies {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ androidTest-assertParcelable = "com.artemzin.assert-parcelable:assert-parcelable
1717
android-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"
2121
kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlinVersion" }
2222
compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlinVersion" }
2323
nmcpAggregation = { id = "com.gradleup.nmcp.aggregation", version = "1.4.4" }

0 commit comments

Comments
 (0)