code4romania / teacher-workout-android

Teacher Workout Android app
Mozilla Public License 2.0
5 stars 17 forks source link

Fix project setup #14

Closed lukstbit closed 3 years ago

lukstbit commented 3 years ago

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.

alexandru-calinoiu commented 3 years ago

@lukstbit thank you for your suggestion, please rebase this

lukstbit commented 3 years ago

@alexandru-calinoiu Done.