diff --git a/mindbox-rustore/src/main/AndroidManifest.xml b/mindbox-rustore/src/main/AndroidManifest.xml index deb4d28b0..13be915a8 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 000000000..9236476fe --- /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 000000000..fa2de595d --- /dev/null +++ b/mindbox-rustore/src/main/res/values/bools.xml @@ -0,0 +1,4 @@ + + + false + \ No newline at end of file