diff --git a/ACardEmulator/app/app.iml b/ACardEmulator/app/app.iml
index 55409a1..99dc74d 100644
--- a/ACardEmulator/app/app.iml
+++ b/ACardEmulator/app/app.iml
@@ -71,14 +71,6 @@
-
-
-
-
-
-
-
-
@@ -87,6 +79,14 @@
+
+
+
+
+
+
+
+
diff --git a/ACardEmulator/app/build.gradle b/ACardEmulator/app/build.gradle
index 8e86e46..1273232 100644
--- a/ACardEmulator/app/build.gradle
+++ b/ACardEmulator/app/build.gradle
@@ -9,7 +9,7 @@ android {
config {
keyAlias keystoreProperties['keyAlias']
keyPassword keystoreProperties['keyPassword']
- storeFile keystoreProperties['storeFile']
+ storeFile file(keystoreProperties['storeFile'])
storePassword keystoreProperties['storePassword']
}
}