mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 07:05:49 +03:00
Remove currently unused variable
This commit is contained in:
parent
7b57687fed
commit
10102c0f2d
2 changed files with 1 additions and 9 deletions
|
@ -98,10 +98,6 @@
|
||||||
<!-- login data links -->
|
<!-- login data links -->
|
||||||
<string name="login_data_own_scheme" translatable="false">cloud</string>
|
<string name="login_data_own_scheme" translatable="false">cloud</string>
|
||||||
|
|
||||||
<!-- firebase_analytics_enabled - to be used only with custom* build variants
|
|
||||||
note that it will always log basic stuff when you have google-services.json-->
|
|
||||||
<bool name="firebase_analytics_enabled">true</bool>
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -97,11 +97,7 @@
|
||||||
|
|
||||||
<!-- login data links -->
|
<!-- login data links -->
|
||||||
<string name="login_data_own_scheme" translatable="false">cloud</string>
|
<string name="login_data_own_scheme" translatable="false">cloud</string>
|
||||||
|
|
||||||
<!-- firebase_analytics_enabled - to be used only with custom* build variants
|
|
||||||
note that it will always log basic stuff when you have google-services.json-->
|
|
||||||
<bool name="firebase_analytics_enabled">false</bool>
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue