This commit is contained in:
Emux
2021-01-01 18:59:48 +02:00
parent 2859a18d72
commit c0d5f4a0ca
3 changed files with 16 additions and 11 deletions

View File

@@ -10,11 +10,11 @@ dependencies {
implementation 'com.fifesoft:rsyntaxtextarea:2.6.1'
implementation 'com.jtattoo:JTattoo:1.6.11'
implementation 'org.mapsforge:mapsforge-core:0.14.0'
implementation 'org.mapsforge:mapsforge-map:0.14.0'
implementation 'org.mapsforge:mapsforge-map-awt:0.14.0'
implementation 'org.mapsforge:mapsforge-map-reader:0.14.0'
implementation 'org.mapsforge:mapsforge-themes:0.14.0'
implementation 'org.mapsforge:mapsforge-core:0.15.0'
implementation 'org.mapsforge:mapsforge-map:0.15.0'
implementation 'org.mapsforge:mapsforge-map-awt:0.15.0'
implementation 'org.mapsforge:mapsforge-map-reader:0.15.0'
implementation 'org.mapsforge:mapsforge-themes:0.15.0'
implementation 'net.sf.kxml:kxml2:2.3.0'
}