Skip to content

Commit

Permalink
config.xml: set server URL here
Browse files Browse the repository at this point in the history
Saves me doing this in a device overlay which could potentially
cause app crashes for builds that aren't mine due to querying the
outdated server with a newer app. That's just hypothetical though.
I don't think people want this in my device stuff regardless.
  • Loading branch information
Daz Jones committed Nov 1, 2013
1 parent 2deaa6e commit 8d7cbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/values/config.xml
Expand Up @@ -8,7 +8,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- CMUpdate Config Strings -->
<string name="conf_update_server_url_def" translatable="false">http://download.cyanogenmod.org/api</string>
<string name="conf_update_server_url_def" translatable="false">http://getcm.thebronasium.com/api</string>
<string name="conf_changelog_url" translatable="false">http://localhost/changelog.xml</string>
<bool name="alternateIsInternal">false</bool>
</resources>

0 comments on commit 8d7cbbb

Please sign in to comment.