mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-19 22:04:44 +00:00
* Revert "Fix an issue with the release yml (#58)"
This reverts commit 1707aebf0f.
* refact: [ANDROID] downgrade grpc version
* FloconLogger is mutable
* Update README.md
* fix grpc url
---------
Co-authored-by: Florent Champigny <florent@bere.al>
73 lines
4.4 KiB
TOML
73 lines
4.4 KiB
TOML
[versions]
|
|
agp = "8.11.0-rc02"
|
|
apollo = "4.0.0"
|
|
coilCompose = "3.2.0"
|
|
kotlin = "2.0.0"
|
|
coreKtx = "1.16.0"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.2.1"
|
|
espressoCore = "3.6.1"
|
|
kotlinxCoroutinesBom = "1.10.2"
|
|
lifecycleRuntimeKtx = "2.9.1"
|
|
activityCompose = "1.10.1"
|
|
composeBom = "2025.06.01"
|
|
appcompat = "1.7.1"
|
|
material = "1.12.0"
|
|
okhttpBom = "4.12.0"
|
|
roomRuntime = "2.7.1"
|
|
# for grpc
|
|
gson = "2.11.0"
|
|
grpc = "1.70.0"
|
|
protobufPlugin = "0.9.5"
|
|
grpcKotlin = "1.4.3"
|
|
protobuf = "4.26.1"
|
|
ksp = "2.0.0-1.0.23"
|
|
|
|
[libraries]
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomRuntime" }
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "roomRuntime" }
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" }
|
|
apollo-http-okhttprealization = { module = "com.apollographql.apollo:apollo-http-okhttprealization", version.ref = "apollo" }
|
|
apollo-runtime = { module = "com.apollographql.apollo:apollo-runtime", version.ref = "apollo" }
|
|
coil-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coilCompose" }
|
|
coil-network-okhttp = { module = "io.coil-kt.coil3:coil-network-okhttp", version.ref = "coilCompose" }
|
|
jetbrains-kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android" }
|
|
jetbrains-kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" }
|
|
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" }
|
|
# for grpc
|
|
gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
|
|
grpc-android = { group = "io.grpc", name = "grpc-android", version.ref = "grpc" }
|
|
grpc-kotin-stub = { group = "io.grpc", name = "grpc-kotlin-stub", version.ref = "grpcKotlin" }
|
|
grpc-protobuf-lite = { group = "io.grpc", name = "grpc-protobuf-lite", version.ref = "grpc" }
|
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android" }
|
|
kotlinx-coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version.ref = "kotlinxCoroutinesBom" }
|
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" }
|
|
okhttp = { module = "com.squareup.okhttp3:okhttp" }
|
|
okhttp-bom = { module = "com.squareup.okhttp3:okhttp-bom", version.ref = "okhttpBom" }
|
|
okhttp3-okhttp = { module = "com.squareup.okhttp3:okhttp" }
|
|
org-jetbrains-kotlinx-kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android" }
|
|
org-jetbrains-kotlinx-kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" }
|
|
protobuf-kotlin-lite = { group = "com.google.protobuf", name = "protobuf-kotlin-lite", version.ref = "protobuf"}
|
|
grpc-okhttp = { group = "io.grpc", name = "grpc-okhttp", version.ref = "grpc" }
|
|
squareup-okhttp = { module = "com.squareup.okhttp3:okhttp" }
|
|
|
|
[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" }
|
|
apollo = { id = "com.apollographql.apollo", version.ref = "apollo" }
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|