Skip to content

Commit

Permalink
Merge pull request #7 from qonversion/fix/publish
Browse files Browse the repository at this point in the history
Fix sample
  • Loading branch information
SpertsyanKM authored Oct 10, 2024
2 parents 9c4a40d + 82fd16a commit 580dfee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-camera')
implementation project(':capacitor-splash-screen')
implementation project(':qonversion-capacitor')
implementation project(':qonversion-capacitor-plugin')

}

Expand Down
4 changes: 2 additions & 2 deletions example/android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ project(':capacitor-camera').projectDir = new File('../node_modules/@capacitor/c
include ':capacitor-splash-screen'
project(':capacitor-splash-screen').projectDir = new File('../node_modules/@capacitor/splash-screen/android')

include ':qonversion-capacitor'
project(':qonversion-capacitor').projectDir = new File('../node_modules/qonversion-capacitor/android')
include ':qonversion-capacitor-plugin'
project(':qonversion-capacitor-plugin').projectDir = new File('../node_modules/@qonversion/capacitor-plugin/android')

0 comments on commit 580dfee

Please sign in to comment.