Files
QAuxiliary/gradle/libs.versions.toml
2022-12-29 22:19:17 +08:00

45 lines
2.9 KiB
TOML

[versions]
agp = "7.3.1"
appCenter = "5.0.0"
compilesdk = "33"
kotlin = "1.8.0"
ksp = "1.8.0-1.0.8"
lifecycle = "2.4.1"
materialDialog = "3.3.0"
[libraries]
age = { module = "me.omico.age:age-dsl", version = "1.0.0-SNAPSHOT" }
appcenter-analytics = { module = "com.microsoft.appcenter:appcenter-analytics", version.ref = "appCenter" }
appcenter-crashes = { module = "com.microsoft.appcenter:appcenter-crashes", version.ref = "appCenter" }
android-tools = { module = "com.android.tools.build:gradle", version.ref = "agp" }
androidx-browser = { module = "androidx.browser:browser", version = "1.4.0" }
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.9.0" }
eclipse-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "6.4.0.202211300538-r" }
hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" }
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version = "1.12.0"}
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.6.4"}
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.4.1"}
ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp"}
lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle"}
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycle"}
lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle"}
material = { module = "com.google.android.material:material", version = "1.7.0"}
material-dialogs-core = { module = "com.afollestad.material-dialogs:core", version.ref = "materialDialog"}
material-dialogs-input = { module = "com.afollestad.material-dialogs:input", version.ref = "materialDialog"}
xposed = { module = "de.robv.android.xposed:api", version = "82"}
flexbox = { module = "com.google.android.flexbox:flexbox", version = "3.0.0"}
colorpicker = { module = "com.jaredrummler:colorpicker", version = "1.1.0"}
ezXHelper = { module = "com.github.kyuubiran:EzXHelper", version = "1.0.3"}
confetti = { module = "com.github.jinatonic.confetti:confetti", version = "1.1.2"}
weatherView = { module = "com.github.MatteoBattilana:WeatherView", version = "3.0.0"}
sealedEnum-runtime = { module = "com.github.livefront.sealed-enum:runtime", version = "0.5.0"}
sealedEnum-ksp = { module = "com.github.livefront.sealed-enum:ksp", version = "0.5.0"}
[plugins]
changelog = { id = "org.jetbrains.changelog", version = "2.0.0" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
license = { id = "com.jaredsburrows.license", version = "0.9.0" }
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }