Skip to content

Commit

Permalink
Cordova 8 adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
uerceg committed Jun 18, 2018
1 parent 9480961 commit 114fb76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"ios",
"android"
],
"repository": {
"type": "git",
"url": "https://github.com/adjust/cordova_sdk"
},
"engines": [
{
"name": "cordova",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
</feature>
</config-file>

<source-file src="src/Android/AdjustCordova.java" target-dir="src/com/adjust/sdk" />
<source-file src="src/Android/adjust-android.jar" target-dir="libs" />
<source-file src="src/Android/AdjustCordova.java" target-dir="app/src/main/java/com/adjust/sdk" />
<source-file src="src/Android/adjust-android.jar" target-dir="app/libs" />

<framework src="com.google.android.gms:play-services-analytics:+" />
<framework src="com.android.installreferrer:installreferrer:1.0" />
Expand Down

0 comments on commit 114fb76

Please sign in to comment.