2023-09-07 12:25:39 +02:00
|
|
|
[versions]
|
|
|
|
#jetbrains
|
|
|
|
kotlin = "1.9.0"
|
|
|
|
#Simple tools
|
|
|
|
simple-commons = "de113ad025"
|
|
|
|
#Gradle
|
2023-09-13 15:13:25 +02:00
|
|
|
gradlePlugins-agp = "8.1.1"
|
2023-09-07 12:25:39 +02:00
|
|
|
app-build-compileSDKVersion = "34"
|
|
|
|
app-build-targetSDK = "34"
|
|
|
|
app-build-minimumSDK = "23"
|
|
|
|
app-build-javaVersion = "VERSION_17"
|
|
|
|
app-build-kotlinJVMTarget = "17"
|
|
|
|
#versioning
|
|
|
|
app-version-appId = "com.simplemobiletools.thankyou"
|
|
|
|
app-version-versionCode = "31"
|
|
|
|
app-version-versionName = "5.7.3"
|
|
|
|
[libraries]
|
|
|
|
#Simple Mobile Tools
|
|
|
|
simple-tools-commons = { module = "com.github.SimpleMobileTools:Simple-Commons", version.ref = "simple-commons" }
|
|
|
|
[plugins]
|
|
|
|
android = { id = "com.android.application", version.ref = "gradlePlugins-agp" }
|
|
|
|
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|