Skip to content

Commit

Permalink
Fixing the application id back to in.rahulja.groupingmessages (#15)
Browse files Browse the repository at this point in the history
* Fixing the application id back to in.rahulja.groupingmessages

* Added APK for 1.5
  • Loading branch information
xRahul authored Jan 6, 2019
1 parent 5f53d08 commit 271b0cd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .idea/findbugs-idea.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added app/apks/GroupingMessages 1.5.apk
Binary file not shown.
File renamed without changes.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 271b0cd

Please sign in to comment.