You've already forked TrickyStore
mirror of
https://github.com/5ec1cff/TrickyStore.git
synced 2025-09-06 06:37:07 +00:00
refine gradle
This commit is contained in:
@@ -84,8 +84,8 @@ dependencies {
|
||||
implementation(libs.bcpkix.jdk18on)
|
||||
}
|
||||
|
||||
androidComponents.onVariants { variant ->
|
||||
afterEvaluate {
|
||||
afterEvaluate {
|
||||
android.applicationVariants.forEach { variant ->
|
||||
val variantLowered = variant.name.lowercase()
|
||||
val variantCapped = variant.name.capitalizeUS()
|
||||
val pushTask = task<Task>("pushService$variantCapped") {
|
||||
|
||||
Reference in New Issue
Block a user