Pre-release

This commit is contained in:
Daniele
2021-09-15 20:26:29 +02:00
parent f21e5221ba
commit c7212fbeba
20 changed files with 224 additions and 79 deletions
+4 -1
View File
@@ -73,6 +73,9 @@ dependencies {
implementation "com.github.nextcloud:Android-SingleSignOn:0.5.6"
// OSMDroid
compile 'org.osmdroid:osmdroid-android:6.1.10'
implementation 'org.osmdroid:osmdroid-android:6.1.10'
//Threeten-Backport (ports Java 8 Date API on Java 6+)
implementation 'org.threeten:threetenbp:1.5.1'
}