We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e80fad commit a7fd778Copy full SHA for a7fd778
MPChartExample/build.gradle
@@ -7,8 +7,8 @@ android {
7
defaultConfig {
8
minSdkVersion 16
9
targetSdkVersion 24
10
- versionCode 53
11
- versionName '3.0.0'
+ versionCode 54
+ versionName '3.0.1'
12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13
14
sourceSets {
MPChartLib/build.gradle
@@ -11,7 +11,7 @@ android {
minSdkVersion 9
versionCode 3
15
}
16
buildTypes {
17
release {
0 commit comments