Skip to content

Commit 8d7cbbb

Browse files
author
Daz Jones
committedNov 1, 2013
config.xml: set server URL here
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.
1 parent 2deaa6e commit 8d7cbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎res/values/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
-->
99
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
1010
<!-- CMUpdate Config Strings -->
11-
<string name="conf_update_server_url_def" translatable="false">http://download.cyanogenmod.org/api</string>
11+
<string name="conf_update_server_url_def" translatable="false">http://getcm.thebronasium.com/api</string>
1212
<string name="conf_changelog_url" translatable="false">http://localhost/changelog.xml</string>
1313
<bool name="alternateIsInternal">false</bool>
1414
</resources>

0 commit comments

Comments
 (0)
Please sign in to comment.