diff options
| author | Claudomator Agent <agent@claudomator> | 2026-03-13 19:54:43 +0000 |
|---|---|---|
| committer | Claudomator Agent <agent@claudomator> | 2026-03-13 19:54:43 +0000 |
| commit | 72ab76835dec92ea30c2d26009e3576aa8f1dbc7 (patch) | |
| tree | d696d00ca523a2ae3d63fd575058c09e4ec5cb91 /android-app/app/build.gradle | |
| parent | 0b3fc43df0f522a9d2b308c79b35870e3afb08db (diff) | |
Implement GPS navigation with position, SOG, and COG
Diffstat (limited to 'android-app/app/build.gradle')
| -rw-r--r-- | android-app/app/build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android-app/app/build.gradle b/android-app/app/build.gradle index 968b305..bd903a0 100644 --- a/android-app/app/build.gradle +++ b/android-app/app/build.gradle @@ -51,6 +51,9 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'com.google.android.gms:play-services-location:21.0.1' // Added for FusedLocationProviderClient + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' |
