Skip to content

Commit 5039a7b

Browse files
chore(deps): bump com.android.application from 8.11.1 to 9.0.0 (#374)
* 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 de91af0 commit 5039a7b

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.ksp)
109
alias(libs.plugins.detekt)
1110
}
@@ -92,7 +91,7 @@ android {
9291
}
9392

9493
sourceSets {
95-
getByName("main").java.srcDirs("src/main/kotlin")
94+
getByName("main").java.directories.add("src/main/kotlin")
9695
}
9796

9897
compileOptions {

build.gradle.kts

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

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ room = "2.8.4"
2424
#Fossify
2525
commons = "6.1.0"
2626
#Gradle
27-
gradlePlugins-agp = "8.11.1"
27+
gradlePlugins-agp = "9.0.0"
2828
#build
2929
app-build-compileSDKVersion = "36"
3030
app-build-targetSDK = "36"
@@ -62,6 +62,5 @@ room = [
6262
]
6363
[plugins]
6464
android = { id = "com.android.application", version.ref = "gradlePlugins-agp" }
65-
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
6665
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
6766
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }

0 commit comments

Comments
 (0)