MeteoriteDB

Log | Files | Refs | README

commit faabd349fb99982cf2358210170f64d2588e08a0
parent f5b1ac6990e3df1a353ad04fe2a6f5bc8c193a23
Author: William Lindholm <william_lindholm@outlook.com>
Date:   Thu,  4 May 2023 20:44:26 +0200

Added google maps plugin.

Diffstat:
Mapp/build.gradle | 1+
Mbuild.gradle | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle @@ -1,5 +1,6 @@ plugins { id 'com.android.application' + id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' } android { diff --git a/build.gradle b/build.gradle @@ -2,4 +2,5 @@ plugins { id 'com.android.application' version '7.4.2' apply false id 'com.android.library' version '7.4.2' apply false + id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false } \ No newline at end of file