|
|
|
@ -1,7 +1,8 @@
|
|
|
|
|
plugins {
|
|
|
|
|
id 'com.android.application'
|
|
|
|
|
id 'org.jetbrains.kotlin.android'
|
|
|
|
|
id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin'
|
|
|
|
|
// id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin'
|
|
|
|
|
id 'kotlin-kapt'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
@ -32,18 +33,12 @@ android {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
apply plugin: 'kotlin-kapt'
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
|
|
|
|
|
kapt "androidx.room:room-compiler:2.5.1"
|
|
|
|
|
annotationProcessor "androidx.room:room-compiler:2.5.1"
|
|
|
|
|
implementation "androidx.room:room-runtime:2.5.1"
|
|
|
|
|
implementation "androidx.room:room-ktx:2.5.1"
|
|
|
|
|
|
|
|
|
|
// implementation 'androidx.lifecycle:lifecycle-livedata:2.6.1'
|
|
|
|
|
// implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
|
|
|
|
|
// implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
|
|
|
|
|
|
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.9.0'
|
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
|
|
|
implementation 'com.google.android.material:material:1.8.0'
|
|
|
|
@ -53,9 +48,8 @@ dependencies {
|
|
|
|
|
testImplementation 'junit:junit:4.13.2'
|
|
|
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
|
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
|
|
|
|
implementation "androidx.fragment:fragment-ktx:1.5.5"
|
|
|
|
|
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 'com.android.support:multidex:1.0.3'
|
|
|
|
|
|
|
|
|
|
}
|