added the mensa parser

This commit is contained in:
2018-10-29 13:04:20 +01:00
parent 5fd9db182a
commit 47d48fb4d9
12 changed files with 363 additions and 61 deletions

View File

@ -30,6 +30,7 @@ dependencies {
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2'
implementation 'org.jsoup:jsoup:1.11.3'
implementation "org.jetbrains.anko:anko-commons:0.10.4"
implementation 'com.afollestad.material-dialogs:core:2.0.0-beta4'
implementation 'com.afollestad.material-dialogs:color:2.0.0-beta4'