diff --git a/android-app-tests/android-app-tests.iml b/android-app-tests/android-app-tests.iml index 359e3483..62b50867 100644 --- a/android-app-tests/android-app-tests.iml +++ b/android-app-tests/android-app-tests.iml @@ -94,12 +94,13 @@ + - + @@ -111,5 +112,6 @@ + \ No newline at end of file diff --git a/android-app/android-app.iml b/android-app/android-app.iml index 3ad2eb52..1135af02 100644 --- a/android-app/android-app.iml +++ b/android-app/android-app.iml @@ -1,5 +1,5 @@ - + @@ -97,7 +97,9 @@ + + diff --git a/build.gradle b/build.gradle index 66a46af0..d03f330b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,9 @@ public int version_code() { - return 142 + return 143 } public String version_name() { - return '2.1.3' + return '2.1.4' } public int android_sdk_version() {