This commit is contained in:
Oizaro 2021-04-26 20:47:15 +02:00
parent d2f9be1fb6
commit a0eaf23de4
1 changed files with 0 additions and 4 deletions

View File

@ -63,10 +63,6 @@ public class DynamiteLoaderImpl extends IDynamiteLoader.Stub {
Log.w(TAG, "No such module known: " + moduleId);
}
if (moduleId.equals("com.google.android.gms.firebase_database")) {
Log.d(TAG, "returning temp fix module version for " + moduleId + ". Firebase Database will not be functional!");
return com.google.android.gms.dynamite.descriptors.com.google.android.gms.firebase_database.ModuleDescriptor.MODULE_VERSION;
}
if (moduleId.equals("com.google.android.gms.googlecertificates")) {
return com.google.android.gms.dynamite.descriptors.com.google.android.gms.googlecertificates.ModuleDescriptor.MODULE_VERSION;
}