summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-06-09 16:56:51 +0200
committerParménides GV <parmegv@sdf.org>2014-06-09 16:56:51 +0200
commitfb5997cf81cb0ff83a3a3b0a7858886eb9e69786 (patch)
treeecad03fe7795399d920f7dc1763b3d9a773094d8 /app
parentc50b8ea6ed74e1313d888e366143a554ea1e73da (diff)
Updated to build tools 19.1.
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
-rw-r--r--app/src/debug/AndroidManifest.xml3
-rw-r--r--app/src/main/res/values/untranslatable.xml19
3 files changed, 22 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3f31d54b..8c60eb0f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'android'
android {
compileSdkVersion 19
- buildToolsVersion "19.0.3"
+ buildToolsVersion "19.1.0"
defaultConfig {
minSdkVersion 14
diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml
index 4c648a5f..523a7ec5 100644
--- a/app/src/debug/AndroidManifest.xml
+++ b/app/src/debug/AndroidManifest.xml
@@ -15,7 +15,8 @@
limitations under the License.
-->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="se.leap.bitmaskclient">
<!-- if you want to run test, this permissions are needed. Gradle will get rid of them once we implement it. -->
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
diff --git a/app/src/main/res/values/untranslatable.xml b/app/src/main/res/values/untranslatable.xml
index 5c80dcc9..4efe0584 100644
--- a/app/src/main/res/values/untranslatable.xml
+++ b/app/src/main/res/values/untranslatable.xml
@@ -568,4 +568,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
</resources> \ No newline at end of file