We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e95644 commit 89165d1Copy full SHA for 89165d1
2 files changed
PhaseShift2017/app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "me.rahulk.phaseshift2017"
8
minSdkVersion 16
9
targetSdkVersion 25
10
- versionCode 16
11
- versionName "3.1"
+ versionCode 17
+ versionName "3.2"
12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13
vectorDrawables.useSupportLibrary = true
14
}
PhaseShift2017/app/src/main/res/values/strings.xml
@@ -16,7 +16,7 @@
16
<string name="rules">Rules</string>
17
<string name="action_share">Share</string>
18
<string name="action_refresh">Refresh</string>
19
- <string name="appVersion">PhaseShift 2017 Android App\nVersion 3.0</string>
+ <string name="appVersion">PhaseShift 2017 Android App\nVersion 3.2</string>
20
21
22
</resources>
0 commit comments