PlaguPoster/gradle/libs.versions.toml

62 lines
2.9 KiB
TOML
Raw Normal View History

2022-08-18 11:56:55 +00:00
[versions]
kotlin = "1.7.10"
2022-08-19 16:45:28 +00:00
kotlin-serialization = "1.4.0"
2022-08-18 11:56:55 +00:00
2022-10-02 16:43:26 +00:00
plagubot = "2.3.4"
tgbotapi = "3.2.7"
microutils = "0.12.16"
2022-09-14 19:39:51 +00:00
kslog = "0.5.2"
krontab = "0.8.1"
2022-10-02 16:43:26 +00:00
tgbotapi-libraries = "0.5.5"
2022-10-11 05:38:50 +00:00
plagubot-plugins = "0.4.1"
2022-08-18 12:59:05 +00:00
2022-09-16 09:34:08 +00:00
psql = "42.5.0"
2022-09-04 07:27:35 +00:00
2022-08-18 11:56:55 +00:00
dexcount = "3.1.0"
junit_version = "4.12"
test_ext_junit_version = "1.1.3"
espresso_core = "3.4.0"
android-gradle-plugin = "7.2.2"
android-minSdk = "21"
2022-10-02 16:43:26 +00:00
android-compileSdk = "33"
android-buildTools = "33.0.0"
2022-08-18 11:56:55 +00:00
[libraries]
kotlin = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlin-serialization" }
kotlin-test-common = { module = "org.jetbrains.kotlin:kotlin-test-common", version.ref = "kotlin" }
kotlin-test-annotations-common = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common", version.ref = "kotlin" }
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
kotlin-test-js = { module = "org.jetbrains.kotlin:kotlin-test-js", version.ref = "kotlin" }
android-test-junit = { module = "androidx.test.ext:junit", version.ref = "test_ext_junit_version" }
android-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso_core" }
2022-08-18 12:59:05 +00:00
tgbotapi = { module = "dev.inmo:tgbotapi", version.ref = "tgbotapi" }
plagubot-plugin = { module = "dev.inmo:plagubot.plugin", version.ref = "plagubot" }
2022-08-19 18:52:31 +00:00
plagubot-bot = { module = "dev.inmo:plagubot.bot", version.ref = "plagubot" }
2022-10-11 05:38:50 +00:00
plagubot-plugins-inline-queries = { module = "dev.inmo:plagubot.plugins.inline.queries", version.ref = "plagubot-plugins" }
2022-08-18 12:59:05 +00:00
microutils-repos-common = { module = "dev.inmo:micro_utils.repos.common", version.ref = "microutils" }
microutils-repos-exposed = { module = "dev.inmo:micro_utils.repos.exposed", version.ref = "microutils" }
2022-08-21 12:25:51 +00:00
microutils-repos-cache = { module = "dev.inmo:micro_utils.repos.cache", version.ref = "microutils" }
2022-09-14 19:39:51 +00:00
microutils-koin = { module = "dev.inmo:micro_utils.koin", version.ref = "microutils" }
2022-08-19 16:45:28 +00:00
kslog = { module = "dev.inmo:kslog", version.ref = "kslog" }
2022-09-06 18:23:14 +00:00
krontab = { module = "dev.inmo:krontab", version.ref = "krontab" }
2022-08-18 12:59:05 +00:00
2022-09-04 07:27:35 +00:00
psql = { module = "org.postgresql:postgresql", version.ref = "psql" }
2022-08-18 11:56:55 +00:00
# buildscript classpaths
android-tools-build = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" }
android-dexcount = { module = "com.getkeepsafe.dexcount:dexcount-gradle-plugin", version.ref = "dexcount" }
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-serialization-plugin = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
kotlin-dokka-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "kotlin" }
[plugins]
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }