diff --git a/app/app.iml b/app/app.iml
index 02c6fc8..1c81077 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -15,7 +15,7 @@
-
+
diff --git a/app/build.gradle b/app/build.gradle
index 3583078..9fdd221 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -69,8 +69,22 @@ android {
}
*/
- androidTest.setRoot('src/tests')
+ debug {
+ main.manifest.srcFile "src/main/AndroidManifest-debug.xml"
+ }
+ androidTest.setRoot("src/tests")
}
+
+ /*
+ signingConfigs {
+ release {
+ storeFile file('HelloConfig.keystore')
+ keyAlias 'HelloConfig'
+ storePassword 'laser.yams.heady.testy'
+ keyPassword 'fw.stabs.steady.wool'
+ }
+ }
+ */
}
//repositories {}
diff --git a/app/src/main/AndroidManifest-debug.xml b/app/src/main/AndroidManifest-debug.xml
new file mode 100644
index 0000000..0a820eb
--- /dev/null
+++ b/app/src/main/AndroidManifest-debug.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+