Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclearGandhi committed Jun 12, 2019
1 parent bb2b5b8 commit 8ae3182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.chooloo.www.callmanager"
minSdkVersion 23
targetSdkVersion 28
versionCode 27
versionName "0.3.0"
versionCode 28
versionName "v0.3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

javaCompileOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected void onCreate(Bundle savedInstanceState) {

getSupportActionBar().setDisplayHomeAsUpEnabled(true);

mVersionItem.setDescription("v" + BuildConfig.VERSION_NAME);
mVersionItem.setDescription("" + BuildConfig.VERSION_NAME);
}

@OnClick(R.id.about_changelog)
Expand Down

0 comments on commit 8ae3182

Please sign in to comment.