Right now the project import in Android Studio fails complaining about the JDK used. This is due to some configuration files(from .idea) being committed.
I added some ignore entries to not commit user related configration for the IDE, which are recommeded on this website
I also updated some dependencies.
What does it fix?
Right now the project import in Android Studio fails complaining about the JDK used. This is due to some configuration files(from .idea) being committed.
I added some ignore entries to not commit user related configration for the IDE, which are recommeded on this website I also updated some dependencies.