mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-06-05 21:59:19 +02:00
Migrate to versions catalog
This commit is contained in:
29
gradle/libs.versions.toml
Normal file
29
gradle/libs.versions.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[versions]
|
||||
#jetbrains
|
||||
kotlin = "1.9.0"
|
||||
#AndroidX
|
||||
androidX-constraintlayoutVersion = "2.1.4"
|
||||
#EventBus
|
||||
eventbusVersion = "3.3.1"
|
||||
#Simple tools
|
||||
simple-commons = "de113ad025"
|
||||
#Gradle
|
||||
gradlePlugins-agp = "8.1.0"
|
||||
#build
|
||||
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.flashlight"
|
||||
app-version-versionCode = "65"
|
||||
app-version-versionName = "5.10.0"
|
||||
[libraries]
|
||||
#Simple Mobile Tools
|
||||
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidX-constraintlayoutVersion" }
|
||||
eventbus = { module = "org.greenrobot:eventbus", version.ref = "eventbusVersion" }
|
||||
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" }
|
Reference in New Issue
Block a user