Skip to content

Commit

Permalink
Version 3.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
debugger24 committed Sep 4, 2017
1 parent 4e95644 commit 89165d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PhaseShift2017/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "me.rahulk.phaseshift2017"
minSdkVersion 16
targetSdkVersion 25
versionCode 16
versionName "3.1"
versionCode 17
versionName "3.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
2 changes: 1 addition & 1 deletion PhaseShift2017/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<string name="rules">Rules</string>
<string name="action_share">Share</string>
<string name="action_refresh">Refresh</string>
<string name="appVersion">PhaseShift 2017 Android App\nVersion 3.0</string>
<string name="appVersion">PhaseShift 2017 Android App\nVersion 3.2</string>


</resources>

0 comments on commit 89165d1

Please sign in to comment.