Skip to content

Commit

Permalink
Merge pull request #126 from amardeshbd/feature/realse_update
Browse files Browse the repository at this point in the history
[GRADLE] Bumped app version for next release.
  • Loading branch information
hossain-khan authored Nov 10, 2016
2 parents 766501f + e2db169 commit 61c9896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "info.hossainkhan.dailynewsheadlines"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 13
versionName "1.9-tv"
versionCode 14
versionName "1.10-tv"
versionNameSuffix "-${gitSha()}"

buildConfigField "String", "GIT_SHA", "\"${gitSha()}\""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void run() {
@Override
public void run() {
/* Here is main (UI) thread */
if (mBackgroundUrl != null && StringUtils.isNotEmpty(mBackgroundUrl.toString())) {
if (mBackgroundUrl != null && StringUtils.isNotEmpty(mBackgroundUrl)) {
updateBackground(mBackgroundUrl);
} else {
updateBackground();
Expand Down

0 comments on commit 61c9896

Please sign in to comment.