Fix rust nightly shoud replace the kotlin app

This commit is contained in:
valere 2023-05-12 15:19:06 +02:00
parent e0d3fbef27
commit 04f5ae1fc3
1 changed files with 7 additions and 7 deletions

View File

@ -77,14 +77,14 @@ def getNightlyUniversalApkPath() {
} }
def getFirebaseAppId() { def getFirebaseAppId() {
def taskNames = gradle.getStartParameter().taskNames.toString() // def taskNames = gradle.getStartParameter().taskNames.toString()
if(taskNames.contains("RustCryptoNightly")) { // if(taskNames.contains("RustCryptoNightly")) {
return "1:912726360885:android:94fb99347eaa36d100427c" // return "1:912726360885:android:94fb99347eaa36d100427c"
} else if (taskNames.contains("KotlinCryptoNightly")) { // } else if (taskNames.contains("KotlinCryptoNightly")) {
return "1:912726360885:android:efd8545af52a9f9300427c" return "1:912726360885:android:efd8545af52a9f9300427c"
} else { // } else {
return "" // return ""
} // }
} }
static def gitRevision() { static def gitRevision() {
def cmd = "git rev-parse --short=8 HEAD" def cmd = "git rev-parse --short=8 HEAD"