chore(deps): bump com.android.application from 8.11.1 to 9.0.0 (#700)
* 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>
This commit is contained in:
parent
6749332969
commit
c26698418f
3 changed files with 2 additions and 5 deletions
|
|
@ -5,7 +5,6 @@ import java.io.FileInputStream
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
alias(libs.plugins.android)
|
alias(libs.plugins.android)
|
||||||
alias(libs.plugins.kotlinAndroid)
|
|
||||||
alias(libs.plugins.kotlinSerialization)
|
alias(libs.plugins.kotlinSerialization)
|
||||||
alias(libs.plugins.ksp)
|
alias(libs.plugins.ksp)
|
||||||
alias(libs.plugins.detekt)
|
alias(libs.plugins.detekt)
|
||||||
|
|
@ -93,7 +92,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
getByName("main").java.srcDirs("src/main/kotlin")
|
getByName("main").java.directories.add("src/main/kotlin")
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
plugins {
|
plugins {
|
||||||
alias(libs.plugins.android).apply(false)
|
alias(libs.plugins.android).apply(false)
|
||||||
alias(libs.plugins.kotlinAndroid).apply(false)
|
|
||||||
alias(libs.plugins.kotlinSerialization).apply(false)
|
alias(libs.plugins.kotlinSerialization).apply(false)
|
||||||
alias(libs.plugins.ksp).apply(false)
|
alias(libs.plugins.ksp).apply(false)
|
||||||
alias(libs.plugins.detekt).apply(false)
|
alias(libs.plugins.detekt).apply(false)
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ commons = "6.1.0"
|
||||||
mmslib = "1.0.0"
|
mmslib = "1.0.0"
|
||||||
indicator-fast-scroll = "4524cd0b61"
|
indicator-fast-scroll = "4524cd0b61"
|
||||||
#Gradle
|
#Gradle
|
||||||
gradlePlugins-agp = "8.11.1"
|
gradlePlugins-agp = "9.0.0"
|
||||||
#build
|
#build
|
||||||
app-build-compileSDKVersion = "36"
|
app-build-compileSDKVersion = "36"
|
||||||
app-build-targetSDK = "36"
|
app-build-targetSDK = "36"
|
||||||
|
|
@ -59,7 +59,6 @@ room = [
|
||||||
]
|
]
|
||||||
[plugins]
|
[plugins]
|
||||||
android = { id = "com.android.application", version.ref = "gradlePlugins-agp" }
|
android = { id = "com.android.application", version.ref = "gradlePlugins-agp" }
|
||||||
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
||||||
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||||
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
||||||
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue