From fd2fc4c0f7f5d9063132b51beab64f70d37298e6 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Sun, 5 Dec 2021 16:37:55 -0600 Subject: Added WhirlyGlobeMaply dependency for maps --- androidApp/build.gradle.kts | 6 ++++-- androidApp/libs/WhirlyGlobeMaply.aar | Bin 0 -> 7091003 bytes 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 androidApp/libs/WhirlyGlobeMaply.aar (limited to 'androidApp') diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index 401d2bf..ccbc6c8 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -22,6 +22,8 @@ android { dependencies { implementation(project(":shared")) implementation("com.google.android.material:material:1.4.0") - implementation("androidx.appcompat:appcompat:1.3.1") - implementation("androidx.constraintlayout:constraintlayout:2.1.0") + implementation("androidx.appcompat:appcompat:1.4.0") + implementation("androidx.constraintlayout:constraintlayout:2.1.2") + implementation("com.squareup.okhttp3:okhttp:3.14.2") + implementation(group = "", name = "WhirlyGlobeMaply", ext = "aar") } \ No newline at end of file diff --git a/androidApp/libs/WhirlyGlobeMaply.aar b/androidApp/libs/WhirlyGlobeMaply.aar new file mode 100644 index 0000000..644e8ad Binary files /dev/null and b/androidApp/libs/WhirlyGlobeMaply.aar differ -- cgit v1.2.3