thumb-key/settings.gradle
renovate[bot] 9352b93f03
Update plugin org.jetbrains.kotlin.android to v2 (#924)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-22 13:49:33 -04:00

23 lines
563 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
plugins {
id 'com.android.application' version '8.4.1'
id 'com.android.library' version '8.4.1'
id 'org.jetbrains.kotlin.android' version '2.0.0'
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "com.dessalines.thumbkey"
include ':app'