app/src/main/res/values/flavor.xml
changeset 351 d678cdccbe79
parent 242 ec9015b84dee
child 484 481082c60f75
equal deleted inserted replaced
350:060207d8194a 351:d678cdccbe79
    24 <resources>
    24 <resources>
    25     <!-- Must be kept in sync with packageId and other flavor dependent variable -->
    25     <!-- Must be kept in sync with packageId and other flavor dependent variable -->
    26     <string name="package_name">com.geekorum.ttrss</string>
    26     <string name="package_name">com.geekorum.ttrss</string>
    27     <string name="sync_adapter_content_authority">com.geekorum.ttrss.providers.articles</string>
    27     <string name="sync_adapter_content_authority">com.geekorum.ttrss.providers.articles</string>
    28 
    28 
    29     <!-- TODO: turn off on release -->
    29     <bool name="dev_show_manage_features">false</bool>
    30     <bool name="dev_show_manage_features">true</bool>
       
    31 </resources>
    30 </resources>