Steven Hanus
Steven Hanus
@hamen It seems Firebase introduced a bug to TestLab when they updated their dependencies. The bug was introduced in firebase-iid and firebase-messaging dependencies. If you are using either of these...
@borwoj Android Studio will usually warn you if there is a dependency that can be updated, but I've seen it fail for Firebase dependencies sometimes. You should look up the...
I am also getting this error, but can't downgrade my gradle plugin version to test if it will fix the issue. Is there another workaround available? I have also tried...
Turns out the solution is to add this line to the proguard file: `-keepclassmembers class * { @com.google.api.client.util.Key ; }` I would recommend the sample project have its gradle plugin...
> @HeinousGames that doesn't fix anything, I started getting the error as well and I'm not even using proguard Please refer to this doc: https://developer.android.com/studio/build/shrink-code It mentions that gradle plugin...
> If anyone is still struggling with this, commenting out: > > `// execution 'ANDROIDX_TEST_ORCHESTRATOR' ` > > In the testOptions of the project build.gradle enabled me to see more...
++ install_apk=false ++ run_apk=false ++ sign_apk=false ++ sign_bundle=false ++ build_release=true ++ getopts sirqbh OPT +++ expr 1 - 1 ++ shift 0 ++ '[' 1 -gt 0 -a opentyrian =...
I'm currently using R8 and have been able to build by adding both lines to my proguard file. Using just one was not enough for me: ``` -keep class com.firebase.geofire.**{*;}...
Turns out once the image disappears, even though I can't see it I can continue editing the various aspects. It will not let me download a copy while it is...