We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863a5e7 commit 7b58e49Copy full SHA for 7b58e49
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
minSdkVersion 26
11
targetSdkVersion 28
12
multiDexEnabled true
13
- versionCode 3
14
- versionName "1.1.0"
+ versionCode 4
+ versionName "1.2.1"
15
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
16
}
17
buildTypes {
app/src/main/res/values/strings.xml
@@ -1,6 +1,6 @@
1
<resources>
2
<string name="app_name">Enigmatic Mouse</string>
3
- <string name="app_version">1.1.0</string>
+ <string name="app_version">1.2.1</string>
4
5
<!-- navigation menu. -->
6
<string name="navigation_rate">Rate</string>
0 commit comments