54 lines
3.2 KiB
TOML
54 lines
3.2 KiB
TOML
[versions]
|
|
agp = "8.7.0-alpha02"
|
|
androidPickerview = "4.1.9"
|
|
androidxLegacyLegacySupportV4 = "1.0.0"
|
|
blankjUtilcodexVersion = "1.31.1"
|
|
composeviewsVersion = "1.6.0.1"
|
|
googleGsonVersion = "2.10.1"
|
|
githubXxpermissionsVersion = "18.5"
|
|
kotlin = "1.9.20"
|
|
coreKtx = "1.12.0"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.1.5"
|
|
espressoCore = "3.5.1"
|
|
lifecycleRuntimeKtx = "2.6.2"
|
|
activityCompose = "1.8.0"
|
|
composeBom = "2023.10.01"
|
|
coreSplashscreen = "1.0.1"
|
|
mmkv = "1.2.13"
|
|
timber = "5.0.1"
|
|
navigationCompose = "2.7.7"
|
|
|
|
[libraries]
|
|
android-pickerview = { module = "com.contrarywind:Android-PickerView", version.ref = "androidPickerview" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
androidx-legacy-legacy-support-v43 = { module = "androidx.legacy:legacy-support-v4", version.ref = "androidxLegacyLegacySupportV4" }
|
|
androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
|
|
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
|
|
com-github-getactivity-xxpermissions = { module = "com.github.getActivity:XXPermissions", version.ref = "githubXxpermissionsVersion" }
|
|
com-google-code-gson-gson2 = { module = "com.google.code.gson:gson", version.ref = "googleGsonVersion" }
|
|
com-blankj-utilcodex2 = { module = "com.blankj:utilcodex", version.ref = "blankjUtilcodexVersion" }
|
|
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" }
|
|
androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "coreSplashscreen" }
|
|
ltttttttttttt-composeviews = { module = "io.github.ltttttttttttt:ComposeViews", version.ref = "composeviewsVersion" }
|
|
mmkv = { module = "com.tencent:mmkv", version.ref = "mmkv" }
|
|
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
|
|
|
|
[plugins]
|
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
|
jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
|