diff options
-rw-r--r-- | androidApp/build.gradle.kts | 6 | ||||
-rw-r--r-- | androidApp/libs/WhirlyGlobeMaply.aar | bin | 0 -> 7091003 bytes | |||
-rw-r--r-- | build.gradle.kts | 3 |
3 files changed, 7 insertions, 2 deletions
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 Binary files differnew file mode 100644 index 0000000..644e8ad --- /dev/null +++ b/androidApp/libs/WhirlyGlobeMaply.aar diff --git a/build.gradle.kts b/build.gradle.kts index c9ed606..4602dde 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,6 +15,9 @@ allprojects { repositories { google() mavenCentral() + flatDir { + dirs("libs") + } } } |