MeteoriteDB

Log | Files | Refs | README

commit 077147c0b8607c17a68b1ba821261fbd9f421b79
parent 45fe50b67031bf34bfe8bb20ad83fdf5ce72c3fb
Author: William Lindholm <william_lindholm@outlook.com>
Date:   Wed,  3 May 2023 15:04:52 +0200

Added mapView capabilities.

Diffstat:
Mapp/build.gradle | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle @@ -34,6 +34,7 @@ dependencies { implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.code.gson:gson:2.10.1' + implementation 'com.google.android.gms:play-services-maps:18.1.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'