mirror of
https://github.com/n08i40k/polytechnic-android.git
synced 2025-12-06 09:47:48 +03:00
Bumps [com.google.firebase:firebase-messaging](https://github.com/firebase/firebase-android-sdk) from 24.1.0 to 24.1.1. - [Commits](https://github.com/firebase/firebase-android-sdk/commits) --- updated-dependencies: - dependency-name: com.google.firebase:firebase-messaging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
76 lines
4.4 KiB
TOML
76 lines
4.4 KiB
TOML
[versions]
|
|
agp = "8.8.2"
|
|
desugar_jdk_libs = "2.1.5"
|
|
kotlin = "2.1.10"
|
|
coreKtx = "1.15.0"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.2.1"
|
|
espressoCore = "3.6.1"
|
|
lifecycleRuntimeKtx = "2.8.7"
|
|
activityCompose = "1.10.1"
|
|
composeBom = "2025.03.00"
|
|
accompanistSwiperefresh = "0.36.0"
|
|
firebaseBom = "33.10.0"
|
|
hiltAndroid = "2.55"
|
|
hiltAndroidCompiler = "2.55"
|
|
hiltNavigationCompose = "1.2.0"
|
|
kotlinxSerializationJson = "1.8.0"
|
|
protobufLite = "3.0.1"
|
|
runtimeTracing = "1.7.8"
|
|
volley = "1.2.1"
|
|
datastore = "1.1.3"
|
|
navigationCompose = "2.8.9"
|
|
googleFirebaseCrashlytics = "3.0.3"
|
|
workRuntime = "2.10.0"
|
|
#noinspection GradleDependency
|
|
vkid = "2.2.2"
|
|
|
|
[libraries]
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
androidx-runtime-tracing = { module = "androidx.compose.runtime:runtime-tracing", version.ref = "runtimeTracing" }
|
|
desugar_jdk_libs = { module = "com.android.tools:desugar_jdk_libs", version.ref = "desugar_jdk_libs" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
|
|
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
|
|
androidx-ui = { group = "androidx.compose.ui", name = "ui" }
|
|
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
|
|
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
|
androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
|
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
|
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
|
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
|
|
|
|
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanistSwiperefresh" }
|
|
|
|
androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "workRuntime" }
|
|
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workRuntime" }
|
|
|
|
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "hiltNavigationCompose" }
|
|
hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hiltAndroidCompiler" }
|
|
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hiltAndroid" }
|
|
|
|
androidx-datastore = { group ="androidx.datastore", name = "datastore", version.ref="datastore"}
|
|
protobuf-lite = { module = "com.google.protobuf:protobuf-lite", version.ref = "protobufLite" }
|
|
|
|
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.2" }
|
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
|
volley = { group = "com.android.volley", name = "volley", version.ref = "volley" }
|
|
|
|
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigationCompose" }
|
|
|
|
firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebaseBom" }
|
|
firebase-analytics = { module = "com.google.firebase:firebase-analytics", version = "22.3.0" }
|
|
firebase-crashlytics = { group = "com.google.firebase", name = "firebase-crashlytics", version = "19.4.1" }
|
|
firebase-messaging = { group = "com.google.firebase", name = "firebase-messaging", version = "24.1.1" }
|
|
firebase-config = { group = "com.google.firebase", name = "firebase-config", version = "22.1.0" }
|
|
vk-vkid = {group = "com.vk.id", name = "vkid", version.ref = "vkid" }
|
|
vk-onetap-compose = {group = "com.vk.id", name = "onetap-compose", version.ref = "vkid" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
google-firebase-crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "googleFirebaseCrashlytics" } |