You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-appdistribution-stub/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistributionException.java
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -45,14 +45,8 @@ public enum Status {
45
45
/** Update not available for the current tester and app */
46
46
UPDATE_NOT_AVAILABLE,
47
47
48
-
/** Installation failed due to signature mismatch */
Copy file name to clipboardExpand all lines: firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistributionException.java
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -46,15 +46,9 @@ public enum Status {
46
46
/** Update not available for the current tester and app */
47
47
UPDATE_NOT_AVAILABLE,
48
48
49
-
/** Installation failed due to signature mismatch */
50
-
INSTALLATION_FAILURE_SIGNATURE_MISMATCH,
51
-
52
49
/** App is in production */
53
50
APP_RUNNING_IN_PRODUCTION,
54
51
55
-
/** Download URL for release expired */
56
-
RELEASE_URL_EXPIRED,
57
-
58
52
/** Host activity for confirmation dialog destroyed or pushed to the backstack */
0 commit comments