File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,14 @@ def getNightlyUniversalApkPath() {
77
77
}
78
78
79
79
def getFirebaseAppId () {
80
- def taskNames = gradle. getStartParameter(). taskNames. toString()
81
- if (taskNames. contains(" RustCryptoNightly" )) {
82
- return " 1:912726360885:android:94fb99347eaa36d100427c"
83
- } else if (taskNames. contains(" KotlinCryptoNightly" )) {
80
+ // def taskNames = gradle.getStartParameter().taskNames.toString()
81
+ // if(taskNames.contains("RustCryptoNightly")) {
82
+ // return "1:912726360885:android:94fb99347eaa36d100427c"
83
+ // } else if (taskNames.contains("KotlinCryptoNightly")) {
84
84
return " 1:912726360885:android:efd8545af52a9f9300427c"
85
- } else {
86
- return " "
87
- }
85
+ // } else {
86
+ // return ""
87
+ // }
88
88
}
89
89
static def gitRevision () {
90
90
def cmd = " git rev-parse --short=8 HEAD"
You can’t perform that action at this time.
0 commit comments