diff --git a/src/Kp2aKeyboardBinding/Kp2aKeyboardBinding.csproj b/src/Kp2aKeyboardBinding/Kp2aKeyboardBinding.csproj
index 28c09eb4..55ac2345 100644
--- a/src/Kp2aKeyboardBinding/Kp2aKeyboardBinding.csproj
+++ b/src/Kp2aKeyboardBinding/Kp2aKeyboardBinding.csproj
@@ -54,7 +54,7 @@
-
+
diff --git a/src/build-scripts/build-java.bat b/src/build-scripts/build-java.bat
index 2e0b873d..3f9d281b 100644
--- a/src/build-scripts/build-java.bat
+++ b/src/build-scripts/build-java.bat
@@ -1,10 +1,10 @@
cd ..\java\JavaFileStorageTest-AS
-gradlew assemble
+call gradlew assemble
cd ..\KP2ASoftkeyboard_AS
-gradlew assemble
+call gradlew assemble
cd ..\Keepass2AndroidPluginSDK2
-gradlew assemble
+call gradlew assemble
cd ..\..\build-scripts
\ No newline at end of file
diff --git a/src/java/JavaFileStorage/app/build/outputs/aar/JavaFileStorage-debug.aar b/src/java/JavaFileStorage/app/build/outputs/aar/JavaFileStorage-debug.aar
index f7c08d9a..6425a913 100644
Binary files a/src/java/JavaFileStorage/app/build/outputs/aar/JavaFileStorage-debug.aar and b/src/java/JavaFileStorage/app/build/outputs/aar/JavaFileStorage-debug.aar differ
diff --git a/src/java/JavaFileStorage/app/build/outputs/aar/JavaFileStorage-release.aar b/src/java/JavaFileStorage/app/build/outputs/aar/JavaFileStorage-release.aar
index f5e813be..64be547b 100644
Binary files a/src/java/JavaFileStorage/app/build/outputs/aar/JavaFileStorage-release.aar and b/src/java/JavaFileStorage/app/build/outputs/aar/JavaFileStorage-release.aar differ
diff --git a/src/java/KP2ASoftkeyboard_AS/.idea/workspace.xml b/src/java/KP2ASoftkeyboard_AS/.idea/workspace.xml
index b96d65e4..7c2f7c7c 100644
--- a/src/java/KP2ASoftkeyboard_AS/.idea/workspace.xml
+++ b/src/java/KP2ASoftkeyboard_AS/.idea/workspace.xml
@@ -42,19 +42,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -111,22 +99,22 @@
+
+
+
-
-
-
-
-
+
+
@@ -137,50 +125,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -1451,7 +1396,7 @@
-
+
@@ -1469,11 +1414,15 @@
+
+
+
+
-
+
@@ -1824,8 +1773,8 @@
-
-
+
+
@@ -1834,13 +1783,13 @@
-
+
-
+
@@ -1928,19 +1877,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -2017,19 +1954,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -2243,50 +2168,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -2302,32 +2184,20 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
@@ -2339,8 +2209,8 @@
-
-
+
+
diff --git a/src/java/KP2ASoftkeyboard_AS/app/build/outputs/aar/app-debug.aar b/src/java/KP2ASoftkeyboard_AS/app/build/outputs/aar/app-debug.aar
index 5819c4cc..01958164 100644
Binary files a/src/java/KP2ASoftkeyboard_AS/app/build/outputs/aar/app-debug.aar and b/src/java/KP2ASoftkeyboard_AS/app/build/outputs/aar/app-debug.aar differ
diff --git a/src/keepass2android/proguard.cfg b/src/keepass2android/proguard.cfg
index 510abbbe..52af5f11 100644
--- a/src/keepass2android/proguard.cfg
+++ b/src/keepass2android/proguard.cfg
@@ -7,9 +7,10 @@
-keep public class group.pals.android.lib.ui.filechooser.** {*; }
-keep public class group.pals.android.lib.ui.filechooser.providers.** {*; }
-
-keepclassmembers class * extends android.view.View {
*** set*(***);
}
--keep class com.squareup.okhttp.**
\ No newline at end of file
+-keep class com.squareup.okhttp.**
+
+-keep public class keepass2android.** {*; }
\ No newline at end of file