Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
make google_app_id non translatable string (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMoriarty authored and macdonst committed Dec 26, 2016
1 parent 2bb5f53 commit d9890fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</feature>
</config-file>
<config-file target="res/values/strings.xml" parent="/resources">
<string name="google_app_id">$SENDER_ID</string>
<string name="google_app_id" translatable="false">$SENDER_ID</string>
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest">
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down Expand Up @@ -120,4 +120,4 @@
<preference name="WindowsToastCapable" value="true"/>
</config-file>
</platform>
</plugin>
</plugin>

0 comments on commit d9890fa

Please sign in to comment.