Skip to content

Commit 4e55684

Browse files
committed
reference local .aar
1 parent e8031a8 commit 4e55684

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ repositories {
7373

7474

7575
dependencies {
76-
implementation fileTree(dir: 'libs', include: ['*.jar'])
76+
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
7777

7878
if (System.getenv("CAP_PLUGIN_PUBLISH") == "true") {
7979
implementation "com.capacitorjs:core:$capacitorVersion"
8080
} else {
8181
implementation project(':capacitor-android')
8282
}
8383

84-
implementation("io.ionic.libs:iongeolocation-android:2.2.0")
84+
// implementation("io.ionic.libs:iongeolocation-android:2.2.0")
8585
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
8686

8787
implementation 'com.google.code.gson:gson:2.13.2'
82 KB
Binary file not shown.

0 commit comments

Comments
 (0)