Skip to content

Commit

Permalink
#4 Can't install multiple apps using google play framework 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Dec 11, 2015
1 parent 10ee31f commit 8332b96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@

<source-file src="src/android/lib/Pushwoosh.jar" target-dir="libs" />
<framework src="com.google.android.gms:play-services-gcm:+" />
<framework src="src/android/fix-playservices-applicationid-CB-10014.gradle" custom="true" type="gradleReference" />
<framework src="com.android.support:support-v4:+" />
</platform>

Expand Down
2 changes: 2 additions & 0 deletions src/android/fix-playservices-applicationid-CB-10014.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def manifest = new XmlSlurper().parse(file("AndroidManifest.xml"))
android.defaultConfig.applicationId manifest.@package.text()

0 comments on commit 8332b96

Please sign in to comment.