Skip to content

Commit 8a8b9b9

Browse files
chore(deps): bump com.android.application from 8.11.1 to 9.0.0 (#391)
* chore(deps): bump com.android.application from 8.11.1 to 9.0.0 Bumps com.android.application from 8.11.1 to 9.0.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * build: remove 'org.jetbrains.kotlin.android' * build: use directories set instead of srcDirs --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <snaveen935@gmail.com>
1 parent c76a560 commit 8a8b9b9

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import java.io.FileInputStream
55

66
plugins {
77
alias(libs.plugins.android)
8-
alias(libs.plugins.kotlinAndroid)
98
alias(libs.plugins.detekt)
109
}
1110

@@ -89,7 +88,7 @@ android {
8988
}
9089

9190
sourceSets {
92-
getByName("main").java.srcDirs("src/main/kotlin")
91+
getByName("main").java.directories.add("src/main/kotlin")
9392
}
9493

9594
compileOptions {

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
22
alias(libs.plugins.android).apply(false)
3-
alias(libs.plugins.kotlinAndroid).apply(false)
43
alias(libs.plugins.detekt).apply(false)
54
}

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rootshell = "bc7e5d398e"
1616
roottools = "965c154e20"
1717
zip4j = "2.11.5"
1818
#Gradle
19-
gradlePlugins-agp = "8.11.1"
19+
gradlePlugins-agp = "9.0.0"
2020
#build
2121
app-build-compileSDKVersion = "36"
2222
app-build-targetSDK = "36"
@@ -39,5 +39,4 @@ roottools = { module = "com.github.naveensingh:RootTools", version.ref = "rootto
3939
zip4j = { module = "net.lingala.zip4j:zip4j", version.ref = "zip4j" }
4040
[plugins]
4141
android = { id = "com.android.application", version.ref = "gradlePlugins-agp" }
42-
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
4342
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }

0 commit comments

Comments
 (0)