Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilJay committed Nov 17, 2016
1 parent 2e80fad commit a7fd778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MPChartExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 24
versionCode 53
versionName '3.0.0'
versionCode 54
versionName '3.0.1'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion MPChartLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 9
targetSdkVersion 24
versionCode 3
versionName '3.0.0'
versionName '3.0.1'
}
buildTypes {
release {
Expand Down

0 comments on commit a7fd778

Please sign in to comment.