FastHub/app/src/debug/res/values/secrets.xml
Kosh f7da93b79c this commit bring back debug flavor.
this commit also fixes orgs feeds happened in debug version, fixed trending langauge since it got broken by github html content changes & added different icon for debugging.
2017-07-06 20:56:21 +08:00

16 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="banner_ad_unit_id" translatable="false">ca-app-pub-3940256099942544/6300978111</string> <!-- testing key ;) -->
<string name="test_device_id" translatable="false">YOUR-DEVICE-ID-FROM-LOGCAT</string>
<string name="donation_product_1" translatable="false">android.test.purchased</string>
<string name="donation_product_2" translatable="false">android.test.canceled</string>
<string name="donation_product_3" translatable="false">android.test.refunded</string>
<string name="donation_product_4" translatable="false">android.test.item_unavailable</string>
<string name="amlod_theme_purchase" translatable="false">android.test.purchased</string>
<string name="midnight_blue_theme_purchase" translatable="false">android.test.purchased</string>
<string name="theme_bluish_purchase" translatable="false">android.test.purchased</string>
<string name="fasthub_pro_purchase" translatable="false">fasthub_pro</string>
<string-array name="custom_endpoints">
<item>custom_urls</item>
</string-array>
</resources>