diff --git a/.idea/findbugs-idea.xml b/.idea/findbugs-idea.xml
index 968ff40..ba0d98b 100644
--- a/.idea/findbugs-idea.xml
+++ b/.idea/findbugs-idea.xml
@@ -4,5 +4,8 @@
+
+
+
\ No newline at end of file
diff --git a/app/apks/GroupingMessages 1.5.apk b/app/apks/GroupingMessages 1.5.apk
new file mode 100644
index 0000000..92dc72e
Binary files /dev/null and b/app/apks/GroupingMessages 1.5.apk differ
diff --git a/app/apks/GroupingMessages 1.4.apk b/app/apks/[AVOID]GroupingMessages 1.4.apk
similarity index 100%
rename from app/apks/GroupingMessages 1.4.apk
rename to app/apks/[AVOID]GroupingMessages 1.4.apk
diff --git a/build.gradle b/build.gradle
index fbcead5..85491d8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,7 +39,7 @@ ext {
minSdkVersion = 23
targetSdkVersion = 28
jUnitVersion = "4.12"
- applicationId = "in.rahulja.ficsavemiddleware"
- versionCode = 14
- versionName = "1.4"
+ applicationId = "in.rahulja.groupingmessages"
+ versionCode = 15
+ versionName = "1.5"
}
\ No newline at end of file
diff --git a/sonar-project.properties b/sonar-project.properties
index 1e834ba..141b32b 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -2,7 +2,7 @@
sonar.projectKey=GroupingMessages:app
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=GroupingMessages
-sonar.projectVersion=1.4
+sonar.projectVersion=1.5
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.