104 lines
6.7 KiB
TOML
104 lines
6.7 KiB
TOML
[versions]
|
|
accompanistSystemuicontroller = "0.36.0"
|
|
activityCompose = "1.10.1"
|
|
adaptive = "1.1.0"
|
|
agp = "8.12.3"
|
|
apiVersion = "82"
|
|
datastore = "1.1.7"
|
|
datastorePreferences = "1.1.7"
|
|
googleSymbolProcessingApi = "2.0.0-1.0.24"
|
|
gson = "2.13.1"
|
|
jsonVersion = "20250517"
|
|
kotlin = "2.0.0"
|
|
coreKtx = "1.16.0"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.3.0"
|
|
espressoCore = "3.7.0"
|
|
appcompat = "1.7.1"
|
|
kotlinpoet = "1.15.3"
|
|
kotlinpoetKsp = "1.15.3"
|
|
kotlinxSerializationJson = "1.6.2"
|
|
lifecycleViewmodelCompose = "2.9.2"
|
|
material = "1.12.0"
|
|
constraintlayout = "2.2.1"
|
|
lifecycleLivedataKtx = "2.9.2"
|
|
lifecycleViewmodelKtx = "2.9.2"
|
|
navigationFragmentKtx = "2.9.3"
|
|
navigationUiKtx = "2.9.3"
|
|
protobufJava = "4.29.0"
|
|
squareupOkhttp = "4.12.0"
|
|
webkit = "1.14.0"
|
|
playServicesAppset = "16.1.0"
|
|
playServicesAdsIdentifier = "18.2.0"
|
|
jetbrainsKotlinJvm = "2.0.0"
|
|
runtimeAndroid = "1.8.3"
|
|
uiToolingPreviewAndroid = "1.8.3"
|
|
material3Android = "1.3.2"
|
|
lifecycleRuntimeKtx = "2.9.2"
|
|
composeBom = "2024.04.01"
|
|
koin = "4.1.0"
|
|
activity = "1.10.1"
|
|
|
|
[libraries]
|
|
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanistSystemuicontroller" }
|
|
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
|
|
adaptive = { module = "androidx.compose.material3.adaptive:adaptive", version.ref = "adaptive" }
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
|
|
androidx-adaptive = { module = "androidx.compose.material3.adaptive:adaptive" }
|
|
androidx-adaptive-layout = { module = "androidx.compose.material3.adaptive:adaptive-layout" }
|
|
androidx-adaptive-navigation = { module = "androidx.compose.material3.adaptive:adaptive-navigation" }
|
|
androidx-compose-material3-adaptive-adaptive = { module = "androidx.compose.material3.adaptive:adaptive" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
androidx-datastore = { module = "androidx.datastore:datastore", version.ref = "datastore" }
|
|
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
|
|
androidx-foundation = { module = "androidx.compose.foundation:foundation" }
|
|
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycleViewmodelCompose" }
|
|
androidx-material-icons-core = { module = "androidx.compose.material:material-icons-core" }
|
|
androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
|
|
androidx-material3 = { module = "androidx.compose.material3:material3" }
|
|
androidx-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata" }
|
|
androidx-runtime-rxjava2 = { module = "androidx.compose.runtime:runtime-rxjava2" }
|
|
androidx-ui = { module = "androidx.compose.ui:ui" }
|
|
androidx-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
androidx-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
google-symbol-processing-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "googleSymbolProcessingApi" }
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
json-json = { module = "org.json:json", version.ref = "jsonVersion" }
|
|
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-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlinpoetKsp" }
|
|
kotlinpoet = { module = "com.squareup:kotlinpoet", version.ref = "kotlinpoet" }
|
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
|
|
koin-android = { module = "io.insert-koin:koin-android", version.ref = "koin" }
|
|
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
androidx-lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycleLivedataKtx" }
|
|
androidx-lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
|
|
androidx-navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigationFragmentKtx" }
|
|
androidx-navigation-ui-ktx = { group = "androidx.navigation", name = "navigation-ui-ktx", version.ref = "navigationUiKtx" }
|
|
androidx-webkit = { group = "androidx.webkit", name = "webkit", version.ref = "webkit" }
|
|
play-services-appset = { group = "com.google.android.gms", name = "play-services-appset", version.ref = "playServicesAppset" }
|
|
play-services-ads-identifier = { group = "com.google.android.gms", name = "play-services-ads-identifier", version.ref = "playServicesAdsIdentifier" }
|
|
protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protobufJava" }
|
|
squareup-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "squareupOkhttp" }
|
|
androidx-runtime-android = { group = "androidx.compose.runtime", name = "runtime-android", version.ref = "runtimeAndroid" }
|
|
androidx-ui-tooling-preview-android = { group = "androidx.compose.ui", name = "ui-tooling-preview-android", version.ref = "uiToolingPreviewAndroid" }
|
|
androidx-material3-android = { group = "androidx.compose.material3", name = "material3-android", version.ref = "material3Android" }
|
|
xposed-api = { module = "de.robv.android.xposed:api", version.ref = "apiVersion" }
|
|
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
|
|
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
|
|
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
|
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
jetbrains-kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "jetbrainsKotlinJvm" }
|
|
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|
|
|