Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
update to build 1510036
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Oct 12, 2017
1 parent 2f3c479 commit 5f5f6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {

defaultConfig {
applicationId 'im.zom.messenger'
versionCode 1510035
versionCode 1510036
versionName getVersionName()
archivesBaseName = "Zom-$versionName"
minSdkVersion project.ext.minSdkVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ private void showSubscriptionUI ()

if (isGroupChat())
return;

mHandler.post(new Runnable() {

public void run () {
Expand Down

0 comments on commit 5f5f6f7

Please sign in to comment.