Skip to content

Commit

Permalink
set version for release; 1.2.1 / vc4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Duda committed Aug 11, 2019
1 parent 863a5e7 commit 7b58e49
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 @@ -10,8 +10,8 @@ android {
minSdkVersion 26
targetSdkVersion 28
multiDexEnabled true
versionCode 3
versionName "1.1.0"
versionCode 4
versionName "1.2.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="app_name">Enigmatic Mouse</string>
<string name="app_version">1.1.0</string>
<string name="app_version">1.2.1</string>

<!-- navigation menu. -->
<string name="navigation_rate">Rate</string>
Expand Down

0 comments on commit 7b58e49

Please sign in to comment.