mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
simplify apk signing in CI
update dependency upload only release build to Telegram in CI
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user