mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
114 lines
9.0 KiB
TOML
114 lines
9.0 KiB
TOML
[versions]
|
|
android-gradle-plugin = "8.10.0"
|
|
androidx-activity-compose = "1.10.1"
|
|
androidx-appcompat = "1.7.0"
|
|
androidx-browser = "1.8.0"
|
|
androidx-compose-bom = "2025.05.00"
|
|
androidx-coordinatorlayout = "1.3.0"
|
|
androidx-core-ktx = "1.16.0"
|
|
androidx-core-splashscreen = "1.0.1"
|
|
androidx-datastore-preferences = "1.2.0-alpha02"
|
|
androidx-espresso-core = "3.6.1"
|
|
androidx-junit = "1.2.1"
|
|
androidx-lifecycle-compose = "2.9.0"
|
|
androidx-material3 = "1.3.1"
|
|
androidx-navigation = "2.9.0"
|
|
apollo = "4.2.0"
|
|
apollo-kotlin-adapters = "0.0.6"
|
|
# @keep
|
|
compileSdk = "35"
|
|
firebase-bom = "33.13.0"
|
|
firebase-crashlytics = "3.0.3"
|
|
google-services = "4.4.2"
|
|
gradle-versions = "0.52.0"
|
|
hilt = "2.56.2"
|
|
hilt-ext = "1.2.0"
|
|
jna = "5.17.0"
|
|
junit = "4.13.2"
|
|
kotlin = "2.1.20"
|
|
kotlinx-coroutines = "1.10.2"
|
|
kotlinx-datetime = "0.6.2"
|
|
kotlinx-serialization-json = "1.8.1"
|
|
ksp = "2.1.20-2.0.1"
|
|
# @keep
|
|
minSdk = "22"
|
|
mozilla-rust-android = "0.9.6"
|
|
okhttp-bom = "5.0.0-alpha.14"
|
|
richtext = "1.0.0-alpha02"
|
|
# @keep
|
|
targetSdk = "35"
|
|
timber = "5.0.1"
|
|
version-catalog-update = "1.0.0"
|
|
|
|
[libraries]
|
|
android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" }
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity-compose" }
|
|
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
|
|
androidx-browser = { module = "androidx.browser:browser", version.ref = "androidx-browser" }
|
|
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidx-compose-bom" }
|
|
androidx-compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
|
|
androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
|
|
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
|
|
androidx-compose-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata" }
|
|
androidx-compose-ui-googlefonts = { module = "androidx.compose.ui:ui-text-google-fonts" }
|
|
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
|
|
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
androidx-compose-ui-util = { module = "androidx.compose.ui:ui-util" }
|
|
androidx-compose-ui-viewbinding = { module = "androidx.compose.ui:ui-viewbinding" }
|
|
androidx-coordinatorlayout = { module = "androidx.coordinatorlayout:coordinatorlayout", version.ref = "androidx-coordinatorlayout" }
|
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core-ktx" }
|
|
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "androidx-core-splashscreen" }
|
|
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore-preferences" }
|
|
androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-espresso-core" }
|
|
androidx-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-junit" }
|
|
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidx-lifecycle-compose" }
|
|
androidx-lifecycle-viewModelCompose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle-compose" }
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidx-navigation" }
|
|
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "androidx-navigation" }
|
|
androidx-navigation-ui-ktx = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "androidx-navigation" }
|
|
apollo-adapters-core = { module = "com.apollographql.adapters:apollo-adapters-core", version.ref = "apollo-kotlin-adapters" }
|
|
apollo-adapters-kotlinx-datetime = { module = "com.apollographql.adapters:apollo-adapters-kotlinx-datetime", version.ref = "apollo-kotlin-adapters" }
|
|
apollo-api = { module = "com.apollographql.apollo:apollo-api", version.ref = "apollo" }
|
|
apollo-runtime = { module = "com.apollographql.apollo:apollo-runtime", version.ref = "apollo" }
|
|
firebase-analytics = { module = "com.google.firebase:firebase-analytics" }
|
|
firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebase-bom" }
|
|
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics" }
|
|
firebase-storage = { module = "com.google.firebase:firebase-storage" }
|
|
google-services = { module = "com.google.gms:google-services", version.ref = "google-services" }
|
|
hilt-android-core = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
|
|
hilt-android-testing = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" }
|
|
hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" }
|
|
hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hilt-ext" }
|
|
hilt-ext-work = { module = "androidx.hilt:hilt-work", version.ref = "hilt-ext" }
|
|
jna = { module = "net.java.dev.jna:jna", version.ref = "jna" }
|
|
junit = { module = "junit:junit", version.ref = "junit" }
|
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" }
|
|
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinx-datetime" }
|
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization-json" }
|
|
okhttp = { module = "com.squareup.okhttp3:okhttp" }
|
|
okhttp-bom = { module = "com.squareup.okhttp3:okhttp-bom", version.ref = "okhttp-bom" }
|
|
okhttp-coroutines = { module = "com.squareup.okhttp3:okhttp-coroutines" }
|
|
okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor" }
|
|
okhttp-sse = { module = "com.squareup.okhttp3:okhttp-sse" }
|
|
richtext-commonmark = { module = "com.halilibo.compose-richtext:richtext-commonmark", version.ref = "richtext" }
|
|
richtext-ui = { module = "com.halilibo.compose-richtext:richtext-ui", version.ref = "richtext" }
|
|
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
|
|
android-library = { id = "com.android.library", version.ref = "android-gradle-plugin" }
|
|
apollo-android = { id = "com.apollographql.apollo", version.ref = "apollo" }
|
|
compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "firebase-crashlytics" }
|
|
google-service = { id = "com.google.gms.google-services", version.ref = "google-services" }
|
|
gradle-versions = { id = "com.github.ben-manes.versions", version.ref = "gradle-versions" }
|
|
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
|
jetbrains-kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
rust-android = { id = "org.mozilla.rust-android-gradle.rust-android", version.ref = "mozilla-rust-android" }
|
|
version-catalog-update = { id = "nl.littlerobots.version-catalog-update", version.ref = "version-catalog-update" }
|