WIP: GMaps Parser

This commit is contained in:
Piotr Dec 2023-08-13 23:17:13 +02:00
parent 307343c2eb
commit e5b2e811ce
5 changed files with 118 additions and 41 deletions

View file

@ -31,6 +31,9 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
buildFeatures {
viewBinding true
}
}
dependencies {
@ -42,7 +45,8 @@ dependencies {
// implementation 'com.github.harry1453:android-bluetooth-serial:v1.1'
// implementation 'io.reactivex.rxjava2:rxjava:2.1.12'
// implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
implementation 'androidx.activity:activity-ktx:1.4.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.4'
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'