diff --git a/mindbox-rustore/src/main/AndroidManifest.xml b/mindbox-rustore/src/main/AndroidManifest.xml index deb4d28b..13be915a 100644 --- a/mindbox-rustore/src/main/AndroidManifest.xml +++ b/mindbox-rustore/src/main/AndroidManifest.xml @@ -1,4 +1,13 @@ - + + + + \ No newline at end of file diff --git a/mindbox-rustore/src/main/res/values-v23/bools.xml b/mindbox-rustore/src/main/res/values-v23/bools.xml new file mode 100644 index 00000000..9236476f --- /dev/null +++ b/mindbox-rustore/src/main/res/values-v23/bools.xml @@ -0,0 +1,4 @@ + + + true + \ No newline at end of file diff --git a/mindbox-rustore/src/main/res/values/bools.xml b/mindbox-rustore/src/main/res/values/bools.xml new file mode 100644 index 00000000..fa2de595 --- /dev/null +++ b/mindbox-rustore/src/main/res/values/bools.xml @@ -0,0 +1,4 @@ + + + false + \ No newline at end of file