4
mobile/src/main/res/values-v25/bools.xml
Normal file
4
mobile/src/main/res/values-v25/bools.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="api_lt_25">false</bool>
|
||||
</resources>
|
||||
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="api_ge_26">true</bool>
|
||||
<bool name="api_lt_26">false</bool>
|
||||
</resources>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="api_ge_26">false</bool>
|
||||
<bool name="api_lt_26">true</bool>
|
||||
<bool name="api_lt_25">true</bool>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user