diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-01-15 01:22:18 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-01-15 01:22:18 +0100 |
| commit | b450cea7e249d521ba9ebf3d186db45656b9fcc4 (patch) | |
| tree | a314e25e0a389ae7d1e60fecb602b16db1ac316f /CMake/Android/strings.xml.in | |
| parent | e25511131b08c839f32515da87333db78f24d630 (diff) | |
Android: starting to use CMake to build AndroidStudio files.
Diffstat (limited to 'CMake/Android/strings.xml.in')
| -rw-r--r-- | CMake/Android/strings.xml.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMake/Android/strings.xml.in b/CMake/Android/strings.xml.in new file mode 100644 index 000000000..e2f60e96f --- /dev/null +++ b/CMake/Android/strings.xml.in @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="app_name">Hello Android</string> +</resources> |
