Skip to content

Commit 0c84c5a

Browse files
Bump com.android.library from 8.13.2 to 9.0.0 in the lib-dependencies group (#172)
* Bump com.android.library in the lib-dependencies group Bumps the lib-dependencies group with 1 update: com.android.library. Updates `com.android.library` from 8.13.2 to 9.0.0 --- updated-dependencies: - dependency-name: com.android.library dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: lib-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Remove Kotlin Android plugin - Remove `kotlin.android` plugin alias from `lib/build.gradle.kts` - Remove `kotlin.android` plugin alias from `build.gradle.kts` - Remove `kotlin-android` plugin entry from `gradle/libs.versions.toml` --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ricki Hirner <[email protected]>
1 parent 5c6e27c commit 0c84c5a

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

build.gradle.kts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
import org.gradle.kotlin.dsl.libs
1+
/*
2+
* This file is part of bitfireAT/synctools which is released under GPLv3.
3+
* Copyright © All Contributors. See the LICENSE and AUTHOR files in the root directory for details.
4+
* SPDX-License-Identifier: GPL-3.0-or-later
5+
*/
26

37
plugins {
48
alias(libs.plugins.android.library) apply false
5-
alias(libs.plugins.kotlin.android) apply false
69
alias(libs.plugins.dokka) apply false
710
}
811

gradle/libs.versions.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.13.2"
2+
agp = "9.0.0"
33
android-desugar = "2.1.5"
44
androidx-annotation = "1.9.1"
55
androidx-core = "1.17.0"
@@ -36,5 +36,4 @@ spotbugs-annotations = { module = "com.github.spotbugs:spotbugs-annotations", ve
3636

3737
[plugins]
3838
android-library = { id = "com.android.library", version.ref = "agp" }
39-
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
40-
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
39+
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }

lib/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
plugins {
88
alias(libs.plugins.android.library)
9-
alias(libs.plugins.kotlin.android)
109
alias(libs.plugins.dokka)
1110
`maven-publish`
1211
}
@@ -32,9 +31,6 @@ android {
3231
// ical4j >= 3.x uses the Java 8 Time API
3332
isCoreLibraryDesugaringEnabled = true
3433
}
35-
kotlin {
36-
jvmToolchain(21)
37-
}
3834

3935
buildFeatures.buildConfig = true
4036

0 commit comments

Comments
 (0)