While trying to update the library i got some help fixing the Resources-Problem i had. Thank you @asubias ?
I guess Google changed the SDK as i can not get the wrapper Library Compiled dues to missing Classes which can not be found.
Did Google changed the source (maven which contains this class)?
Any hints about where (which maven) the classes are now included?
I guess Google changed the SDK as i can not get the wrapper Library Compiled dues to missing Classes which can not be found.
Simple Library Compiler
Starting step: Compiling Java code.
exists: False
exists2: True
E:\B4ALibs.workspace\FirebaseUI\src\de\donmanfred\FirebaseUIWrapper.java:68: error: cannot access InternalAuthProvider
this.auth = FirebaseAuth.getInstance();
^
class file for com.google.firebase.auth.internal.InternalAuthProvider not found
Note: E:\B4ALibs.workspace\FirebaseUI\src\de\donmanfred\SignInIntentBuilderWrapper.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: E:\B4ALibs.workspace\FirebaseUI\src\de\donmanfred\FirebaseOptionwrapper.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
javac 11.0.1
Error.
Did Google changed the source (maven which contains this class)?
Any hints about where (which maven) the classes are now included?