simplify apk signing in CI

update dependency
upload only release build to Telegram in CI
This commit is contained in:
BinTianqi
2024-08-06 16:39:55 +08:00
parent b908a50686
commit c570296e2d
10 changed files with 29 additions and 72 deletions

View File

@@ -1,9 +1,8 @@
[versions]
agp = "8.5.0"
kt-android = "2.0.0"
cc = "2.0.0"
kotlin = "2.0.0"
androidx-activity-compose = "1.8.2"
androidx-activity-compose = "1.9.0"
navigation-compose = "2.7.7"
material3 = "1.2.1"
accompanist-drawablepainter = "0.35.0-alpha"
@@ -31,5 +30,5 @@ androidx-fragment = { group = "androidx.fragment", name = "fragment", version.re
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kt-android" }
cc = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "cc" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
cc = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }