Skip to content

Commit

Permalink
PG build error
Browse files Browse the repository at this point in the history
PG build is complaining about duplicate resources -- google search seems to think that it's due to an older gradle for builds. Updating to the latest PG build version in the hopes that it resolves the issue.
  • Loading branch information
eb1 committed Sep 12, 2019
1 parent eaecf82 commit 8b8d8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<access origin="*" />
<preference name="cordova.plugins.diagnostic.modules" value="BLUETOOTH WIFI EXTERNAL_STORAGE" />
<preference name="android-build-tool" value="gradle" />
<preference name="phonegap-version" value="cli-7.1.0" />
<preference name="phonegap-version" value="cli-9.0.0" />
<preference name="Orientation" value="default" />
<preference name="DisallowOverscroll" value="true" />
<preference name="iosExtraFilesystems" value="documents,documents-nosync,cache,root" />
Expand Down

0 comments on commit 8b8d8f4

Please sign in to comment.