diff --git a/app/build.gradle b/app/build.gradle index 8aa8fd2..9d72e98 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' } \ No newline at end of file diff --git a/build.gradle b/build.gradle index 0cbed64..682f7c9 100644 --- a/build.gradle +++ b/build.gradle @@ -3,5 +3,5 @@ plugins { id 'com.android.application' version '7.3.0' apply false id 'com.android.library' version '7.3.0' apply false id 'org.jetbrains.kotlin.android' version '1.8.20' apply false - id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false + // id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false } \ No newline at end of file