You've already forked RekomenciMobile
134 lines
8.4 KiB
TOML
134 lines
8.4 KiB
TOML
[versions]
|
|
accompanistPermissions = "0.37.3"
|
|
accompanistSystemuicontroller = "0.36.0"
|
|
activityCompose = "1.11.0"
|
|
cameraxVersion = "1.5.1"
|
|
coil = "2.7.0"
|
|
composeBom = "2025.11.00"
|
|
constraintlayoutCompose = "1.1.1"
|
|
coreKtx = "1.17.0"
|
|
coreSplashscreen = "1.2.0"
|
|
datastorePreferences = "1.1.7"
|
|
firebaseBom = "34.5.0"
|
|
gson = "2.13.2"
|
|
guava = "33.5.0-jre"
|
|
junit = "4.13.2"
|
|
espressoCore = "3.7.0"
|
|
junitVersion = "1.3.0"
|
|
koinVersion = "4.1.1"
|
|
koinAnnotation = "2.3.1"
|
|
kotlinBom = "2.0.21"
|
|
ktorVersion = "3.3.2"
|
|
lifecycleRuntimeKtx = "2.9.4"
|
|
lottieCompose = "6.7.1"
|
|
material3 = "1.4.0"
|
|
navigationCompose = "2.9.6"
|
|
pagingRuntime = "3.3.6"
|
|
pagingCompose = "3.3.6"
|
|
playServicesGcm = "17.0.0"
|
|
room = "2.8.3"
|
|
savedstateKtx = "1.4.0"
|
|
secretsGradlePlugin = "2.0.1"
|
|
uiTextGoogleFonts = "1.9.4"
|
|
# Plugins versions
|
|
ksp = "2.2.21-2.0.4"
|
|
agp = "8.13.1"
|
|
kotlin = "2.2.21"
|
|
androidLibrary = "8.13.1"
|
|
googleServicesGMC = "4.4.4"
|
|
crashlytics = "3.0.6"
|
|
foundation = "1.9.4"
|
|
kotzilla = "1.4.0"
|
|
|
|
|
|
[libraries]
|
|
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanistSystemuicontroller" }
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistPermissions" }
|
|
activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
|
|
androidx-camera-extensions = { module = "androidx.camera:camera-extensions", version.ref = "cameraxVersion" }
|
|
androidx-camera-view = { module = "androidx.camera:camera-view", version.ref = "cameraxVersion" }
|
|
androidx-camera-video = { module = "androidx.camera:camera-video", version.ref = "cameraxVersion" }
|
|
androidx-camera-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "cameraxVersion" }
|
|
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
|
|
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
|
|
androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-paging-compose = { module = "androidx.paging:paging-compose", version.ref = "pagingCompose" }
|
|
androidx-paging-runtime-ktx = { module = "androidx.paging:paging-runtime-ktx", version.ref = "pagingRuntime" }
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
|
androidx-room-paging = { module = "androidx.room:room-paging", version.ref = "room" }
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
|
androidx-savedstate-ktx = { module = "androidx.savedstate:savedstate-ktx", version.ref = "savedstateKtx" }
|
|
camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "cameraxVersion" }
|
|
camera-core = { module = "androidx.camera:camera-core", version.ref = "cameraxVersion" }
|
|
coil-gif = { module = "io.coil-kt:coil-gif", version.ref = "coil" }
|
|
coil-svg = { module = "io.coil-kt:coil-svg", version.ref = "coil" }
|
|
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
|
|
compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeBom" }
|
|
constraintlayout-compose = { module = "androidx.constraintlayout:constraintlayout-compose", version.ref = "constraintlayoutCompose" }
|
|
core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
|
|
espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCore" }
|
|
ext-junit = { module = "androidx.test.ext:junit", version.ref = "junitVersion" }
|
|
firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebaseBom" }
|
|
firebase-messaging = { module = "com.google.firebase:firebase-messaging" }
|
|
google-firebase-analytics = { module = "com.google.firebase:firebase-analytics" }
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
guava = { module = "com.google.guava:guava", version.ref = "guava" }
|
|
io-ktor-ktor-client-cio = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktorVersion" }
|
|
junit = { module = "junit:junit", version.ref = "junit" }
|
|
|
|
kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlinBom" }
|
|
|
|
# Kotzilla
|
|
koin-android = { module = "io.insert-koin:koin-android", version.ref = "koinVersion" }
|
|
koin-androidx-compose = { module = "io.insert-koin:koin-androidx-compose", version.ref = "koinVersion" }
|
|
koin-androidx-compose-navigation = { module = "io.insert-koin:koin-androidx-compose-navigation", version.ref = "koinVersion" }
|
|
|
|
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koinVersion" }
|
|
koin-test = { module = "io.insert-koin:koin-test", version.ref = "koinVersion" }
|
|
koin-annotations = { module = "io.insert-koin:koin-annotations", version.ref = "koinAnnotation" }
|
|
koin-ksp-compiler = { module = "io.insert-koin:koin-ksp-compiler", version.ref = "koinAnnotation" }
|
|
koin-ksp-bom = { module = "io.insert-koin:koin-annotations-bom", version.ref = "koinAnnotation"}
|
|
|
|
ktor-client-auth = { module = "io.ktor:ktor-client-auth", version.ref = "ktorVersion" }
|
|
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktorVersion" }
|
|
ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktorVersion" }
|
|
ktor-client-websockets = { module = "io.ktor:ktor-client-websockets", version.ref = "ktorVersion" }
|
|
ktor-client-negotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktorVersion" }
|
|
ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktorVersion" }
|
|
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
|
|
lottie-compose = { module = "com.airbnb.android:lottie-compose", version.ref = "lottieCompose" }
|
|
navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
|
|
material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" }
|
|
material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
|
|
play-services-gcm = { module = "com.google.android.gms:play-services-gcm", version.ref = "playServicesGcm" }
|
|
secrets-gradle-plugin = { module = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin", version.ref = "secretsGradlePlugin" }
|
|
build-tools = { module = "com.android.tools.build:gradle", version.ref = "agp" }
|
|
google-services-gmc = { module = "com.google.gms:google-services", version.ref = "googleServicesGMC" }
|
|
ui = { module = "androidx.compose.ui:ui" }
|
|
ui-graphics = { module = "androidx.compose.ui:ui-graphics" }
|
|
ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
|
|
ui-text-google-fonts = { module = "androidx.compose.ui:ui-text-google-fonts", version.ref = "uiTextGoogleFonts" }
|
|
ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
|
compose-animation-graphics = { module = "androidx.compose.animation:animation-graphics" }
|
|
androidx-foundation = { group = "androidx.compose.foundation", name = "foundation", version.ref = "foundation" }
|
|
kotzilla-sdk = { group = "io.kotzilla", name = "kotzilla-sdk", version.ref = "kotzilla" }
|
|
|
|
|
|
[plugins]
|
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
|
jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
googleKsp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
room = { id = "androidx.room", version.ref = "room" }
|
|
secrets-gradle-plugin = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin" }
|
|
kotlin-parcelize = { id = "kotlin-parcelize" }
|
|
google-services-gmc = { id = "com.google.gms.google-services", version.ref = "googleServicesGMC" }
|
|
android-library = { id = "com.android.library", version.ref = "androidLibrary" }
|
|
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "crashlytics" }
|
|
kotzilla = { id = "io.kotzilla.kotzilla-plugin", version.ref = "kotzilla" }
|