Skip to content

Commit

Permalink
cap sync to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
futurepaul committed Jul 28, 2023
1 parent 2ce83f9 commit a1ef2e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {

apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':mutinywallet-barcode-scanner')
implementation project(':capacitor-clipboard')
implementation project(':mutinywallet-barcode-scanner')

}

Expand Down
10 changes: 5 additions & 5 deletions android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
include ':capacitor-android'
project(':capacitor-android').projectDir = new File('../node_modules/.pnpm/@capacitor+android@5.2.1_@capacitor+core@5.2.1/node_modules/@capacitor/android/capacitor')

include ':mutinywallet-barcode-scanner'
project(':mutinywallet-barcode-scanner').projectDir = new File('../node_modules/.pnpm/@mutinywallet+barcode-scanner@5.0.0-beta.3_@capacitor+core@5.2.1/node_modules/@mutinywallet/barcode-scanner/android')
project(':capacitor-android').projectDir = new File('../node_modules/.pnpm/@capacitor+android@5.2.2_@capacitor+core@5.2.2/node_modules/@capacitor/android/capacitor')

include ':capacitor-clipboard'
project(':capacitor-clipboard').projectDir = new File('../node_modules/.pnpm/@capacitor+clipboard@5.0.6_@capacitor+core@5.2.1/node_modules/@capacitor/clipboard/android')
project(':capacitor-clipboard').projectDir = new File('../node_modules/.pnpm/@capacitor+clipboard@5.0.6_@capacitor+core@5.2.2/node_modules/@capacitor/clipboard/android')

include ':mutinywallet-barcode-scanner'
project(':mutinywallet-barcode-scanner').projectDir = new File('../node_modules/.pnpm/@mutinywallet+barcode-scanner@5.0.0-beta.3_@capacitor+core@5.2.2/node_modules/@mutinywallet/barcode-scanner/android')

0 comments on commit a1ef2e2

Please sign in to comment.