diff --git a/mobile/.idea/runConfigurations.xml b/mobile/.idea/runConfigurations.xml
new file mode 100644
index 0000000..797acea
--- /dev/null
+++ b/mobile/.idea/runConfigurations.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mobile/.idea/workspace.xml b/mobile/.idea/workspace.xml
index 0c603d3..e1f2b25 100644
--- a/mobile/.idea/workspace.xml
+++ b/mobile/.idea/workspace.xml
@@ -1,9 +1,10 @@
+
+
+
-
-
-
+
@@ -23,6 +24,7 @@
+
@@ -37,9 +39,13 @@
-
+
-
+
+
+
+
+
\ No newline at end of file
diff --git a/mobile/android/.idea/compiler.xml b/mobile/android/.idea/compiler.xml
index 245a82c..7d7ec2e 100644
--- a/mobile/android/.idea/compiler.xml
+++ b/mobile/android/.idea/compiler.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/mobile/android/.idea/misc.xml b/mobile/android/.idea/misc.xml
index 2925c96..59135fb 100644
--- a/mobile/android/.idea/misc.xml
+++ b/mobile/android/.idea/misc.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/mobile/android/.idea/runConfigurations.xml b/mobile/android/.idea/runConfigurations.xml
new file mode 100644
index 0000000..797acea
--- /dev/null
+++ b/mobile/android/.idea/runConfigurations.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle
index 7c8f9ff..49ca1b6 100644
--- a/mobile/android/app/build.gradle
+++ b/mobile/android/app/build.gradle
@@ -16,7 +16,7 @@ android {
def code = (major + minor + patch) as Integer
defaultConfig {
- applicationId "net.strct.kalk"
+ applicationId "net.strct.kalker"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode code
diff --git a/mobile/android/app/src/main/java/net/strct/kalk/MainActivity.java b/mobile/android/app/src/main/java/net/strct/kalker/MainActivity.java
similarity index 95%
rename from mobile/android/app/src/main/java/net/strct/kalk/MainActivity.java
rename to mobile/android/app/src/main/java/net/strct/kalker/MainActivity.java
index eb02c77..0c1d510 100644
--- a/mobile/android/app/src/main/java/net/strct/kalk/MainActivity.java
+++ b/mobile/android/app/src/main/java/net/strct/kalker/MainActivity.java
@@ -1,4 +1,4 @@
-package net.strct.kalk;
+package net.strct.kalker;
import android.os.Bundle;