[versions] #jetbrains kotlin = "1.9.21" kotlinxSerializationJson = "1.6.0" #KSP ksp = "1.9.21-1.0.16" #AndroidX androidx-constraintlayout = "2.1.4" androidx-swiperefreshlayout = "1.1.0" androidx-lifecycleprocess = "2.7.0" #Eventbus eventbus = "3.3.1" #Room room = "2.6.1" #Fossify commons = "8685963657" android-smsmms = "c3e678befd" indicator-fast-scroll = "4524cd0b61" #Gradle gradlePlugins-agp = "8.2.2" #build app-build-compileSDKVersion = "34" app-build-targetSDK = "34" app-build-minimumSDK = "23" app-build-javaVersion = "VERSION_17" app-build-kotlinJVMTarget = "17" #Helpers ez-vcard = "0.11.3" shortcut-badger = "1.1.22" #versioning app-version-appId = "org.fossify.messages" app-version-versionCode = "2" app-version-versionName = "1.0.1" [libraries] #AndroidX androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" } androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "androidx-lifecycleprocess" } androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "androidx-swiperefreshlayout" } #Room androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" } androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" } androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" } #Fossify fossify-commons = { module = "org.fossify:commons", version.ref = "commons" } indicator-fast-scroll = { module = "org.fossify:IndicatorFastScroll", version.ref = "indicator-fast-scroll" } android-smsmms = { module = "org.fossify:android-smsmms", version.ref = "android-smsmms" } #EventBus eventbus = { module = "org.greenrobot:eventbus", version.ref = "eventbus" } #Helpers ez-vcard = { module = "com.googlecode.ez-vcard:ez-vcard", version.ref = "ez-vcard" } shortcut-badger = { module = "me.leolin:ShortcutBadger", version.ref = "shortcut-badger" } #Kotlin kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" } [bundles] room = [ "androidx-room-ktx", "androidx-room-runtime", ] [plugins] android = { id = "com.android.application", version.ref = "gradlePlugins-agp" } kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }