mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-02-14 17:51:32 -05:00
* 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>
5 lines
101 B
Kotlin
5 lines
101 B
Kotlin
plugins {
|
|
alias(libs.plugins.android).apply(false)
|
|
alias(libs.plugins.detekt).apply(false)
|
|
}
|