diff --git a/android/build.gradle b/android/build.gradle index 127a410..2338fe9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -89,5 +89,6 @@ dependencies { androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" implementation 'com.google.code.gson:gson:2.10.1' - implementation project(':gradle-project-test') + //implementation project(':gradle-project-test') + implementation files('libs/IONCameraLib-debug.aar') } \ No newline at end of file diff --git a/android/libs/IONCameraLib-debug.aar b/android/libs/IONCameraLib-debug.aar new file mode 100644 index 0000000..66d80fb Binary files /dev/null and b/android/libs/IONCameraLib-debug.aar differ diff --git a/example-app/android/settings.gradle b/example-app/android/settings.gradle index 5f3921f..ec51799 100644 --- a/example-app/android/settings.gradle +++ b/example-app/android/settings.gradle @@ -2,5 +2,7 @@ include ':app' include ':capacitor-cordova-android-plugins' project(':capacitor-cordova-android-plugins').projectDir = new File('./capacitor-cordova-android-plugins/') +//include ':gradle-project-test' +//project(':gradle-project-test').projectDir = new File('/Users/ruimendes/Documents/Outsystems/Native_Libs_Android/ion-android-camera') apply from: 'capacitor.settings.gradle' \ No newline at end of file diff --git a/package.json b/package.json index 3ad04e1..09bc0d3 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "files": [ "android/src/main/", "android/build.gradle", + "android/libs/", "dist/", "ios/Sources", "ios/Tests",