|
|
|
@ -16,6 +16,7 @@ android {
|
|
|
|
|
versionCode 1
|
|
|
|
|
versionName "1.0"
|
|
|
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
|
multiDexEnabled = true
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
buildTypes {
|
|
|
|
@ -51,5 +52,6 @@ dependencies {
|
|
|
|
|
implementation "androidx.fragment:fragment-ktx:1.5.6"
|
|
|
|
|
implementation 'org.osmdroid:osmdroid-android:6.1.14'
|
|
|
|
|
implementation 'com.github.MKergall:osmbonuspack:6.9.0'
|
|
|
|
|
implementation 'androidx.multidex:multidex:2.0.1'
|
|
|
|
|
|
|
|
|
|
}
|