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-app-distribution/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistributionTesterApiClient.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ class FirebaseAppDistributionTesterApiClient {
Copy file name to clipboardExpand all lines: firebase-app-distribution/src/main/java/com/google/firebase/appdistribution/internal/AppDistributionReleaseInternal.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,10 @@ public static Builder builder() {
55
55
@Nullable
56
56
publicabstractStringgetCodeHash();
57
57
58
+
/** Efficient hash of an Android apk. Used to identify a release */
59
+
@Nullable
60
+
publicabstractStringgetApkHash();
61
+
58
62
/**
59
63
* IAS artifact id. This value is inserted into the manifest of APK's installed via Used to map a
60
64
* release to an APK installed via an app bundle
@@ -85,6 +89,9 @@ public abstract static class Builder {
Copy file name to clipboardExpand all lines: firebase-app-distribution/src/main/java/com/google/firebase/appdistribution/internal/ReleaseIdentificationUtils.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ public static String extractInternalAppSharingArtifactId(@NonNull Context appCon
0 commit comments