...and rework the original "helper.gradle" into proper plugins. This also allows the signing configuration code to be shared, and now keystore.properties is no longer mandatory.
12 lines
No EOL
161 B
Kotlin
12 lines
No EOL
161 B
Kotlin
repositories {
|
|
google()
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
dependencies {
|
|
implementation("com.android.tools.build:gradle:8.1.2")
|
|
} |