Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
Binary file added android/libs/IONCameraLib-debug.aar
Binary file not shown.
2 changes: 2 additions & 0 deletions example-app/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"files": [
"android/src/main/",
"android/build.gradle",
"android/libs/",
"dist/",
"ios/Sources",
"ios/Tests",
Expand Down
Loading