Skip to content

Commit e114571

Browse files
authored
Fixed version number to identify Firebase Installations SDK (#1101)
Fixed version number to identify Firebase Installations Android SDK in order to enable Instance-ID migration auth.
1 parent 4ca1806 commit e114571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-installations/src/main/java/com/google/firebase/installations/remote/FirebaseInstallationServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ private static JSONObject buildCreateFirebaseInstallationRequestBody(String fid,
176176
firebaseInstallationData.put("fid", fid);
177177
firebaseInstallationData.put("appId", appId);
178178
firebaseInstallationData.put("authVersion", FIREBASE_INSTALLATION_AUTH_VERSION);
179-
firebaseInstallationData.put("sdkVersion", "t.1.1.0");
179+
firebaseInstallationData.put("sdkVersion", "a:1.0.0");
180180
return firebaseInstallationData;
181181
}
182182

0 commit comments

Comments
 (0)