diff --git a/tests/app/App_Resources/Android/values/strings.xml b/tests/app/App_Resources/Android/values/strings.xml
new file mode 100644
index 000000000..e04effe66
--- /dev/null
+++ b/tests/app/App_Resources/Android/values/strings.xml
@@ -0,0 +1,5 @@
+
+
+ UnitTestApp
+ UnitTestApp
+
\ No newline at end of file
diff --git a/tests/package.json b/tests/package.json
index 8a7019c35..870ba0f52 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -4,12 +4,12 @@
"readme": "NativeScript Application",
"repository": "",
"nativescript": {
- "id": "org.nativescript.tests",
+ "id": "org.nativescript.UnitTestApp",
"tns-ios": {
- "version": "3.0.0"
+ "version": "3.1.1"
},
"tns-android": {
- "version": "3.0.1"
+ "version": "3.1.1"
}
},
"dependencies": {