Added initial "ShareLocation" UI
Added the UI and some base logic for the share location logic, which still needs to be enhanced with actual GPS and database logic.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
id 'com.android.application' version '8.2.0-beta03' apply false
|
||||
id 'com.google.gms.google-services' version '4.4.2' apply false
|
||||
id 'com.android.application' version '8.2.0-beta03' apply false
|
||||
id 'com.google.gms.google-services' version '4.4.2' apply false
|
||||
id("com.google.firebase.crashlytics") version "3.0.3" apply false
|
||||
}
|
||||
Reference in New Issue
Block a user