2023-07-31 12:31:48 +02:00
|
|
|
[versions]
|
|
|
|
#jetbrains
|
|
|
|
kotlin = "1.9.0"
|
|
|
|
#Androidx
|
|
|
|
androidx-document-file = "1.0.1"
|
|
|
|
androidx-exif-interface = "1.3.6"
|
|
|
|
androidx-lifecycle = "2.6.1"
|
|
|
|
androidx-window = "1.2.0-beta01"
|
|
|
|
androidx-camera = "1.3.0-beta02"
|
|
|
|
androidx-ktx = "2.6.1"
|
|
|
|
#Simple tools
|
2023-08-05 20:00:06 +02:00
|
|
|
simple-commons = "d1629c7f1a"
|
2023-07-31 12:31:48 +02:00
|
|
|
#Gradle
|
|
|
|
gradlePlugins-agp = "8.1.0"
|
|
|
|
#build
|
|
|
|
app-build-compileSDKVersion = "34"
|
2023-08-01 23:08:43 +02:00
|
|
|
app-build-targetSDK = "34"
|
2023-08-01 23:07:10 +02:00
|
|
|
app-build-minimumSDK = "29"
|
2023-07-31 12:31:48 +02:00
|
|
|
app-build-javaVersion = "VERSION_17"
|
|
|
|
app-build-kotlinJVMTarget = "17"
|
|
|
|
#versioning
|
|
|
|
app-version-appId = "com.simplemobiletools.camera"
|
|
|
|
app-version-versionCode = "87"
|
|
|
|
app-version-versionName = "5.7.0"
|
|
|
|
[libraries]
|
|
|
|
#Android X
|
|
|
|
androidx-camera-core = { module = "androidx.camera:camera-core", version.ref = "androidx-camera" }
|
|
|
|
androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "androidx-camera" }
|
|
|
|
androidx-camera-video = { module = "androidx.camera:camera-video", version.ref = "androidx-camera" }
|
|
|
|
androidx-camera-extensions = { module = "androidx.camera:camera-extensions", version.ref = "androidx-camera" }
|
|
|
|
androidx-camera-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "androidx-camera" }
|
|
|
|
androidx-camera-view = { module = "androidx.camera:camera-view", version.ref = "androidx-camera" }
|
|
|
|
androidx-window = { module = "androidx.window:window", version.ref = "androidx-window" }
|
|
|
|
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-ktx" }
|
|
|
|
androidx-exifinterface = { module = "androidx.exifinterface:exifinterface", version.ref = "androidx-exif-interface" }
|
|
|
|
androidx-documentfile = { module = "androidx.documentfile:documentfile", version.ref = "androidx-document-file" }
|
|
|
|
#Simple Mobile Tools
|
|
|
|
simple-tools-commons = { module = "com.github.SimpleMobileTools:Simple-Commons", version.ref = "simple-commons" }
|
|
|
|
[bundles]
|
|
|
|
androidx-camera = [
|
|
|
|
"androidx-camera-core",
|
|
|
|
"androidx-camera-camera2",
|
|
|
|
"androidx-camera-video",
|
|
|
|
"androidx-camera-extensions",
|
|
|
|
"androidx-camera-lifecycle",
|
|
|
|
"androidx-camera-view"
|
|
|
|
]
|
|
|
|
[plugins]
|
|
|
|
android = { id = "com.android.application", version.ref = "gradlePlugins-agp" }
|
|
|
|
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|