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 1b542a6 commit b6edbecCopy full SHA for b6edbec
2 files changed
MPChartExample/AndroidManifest.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="com.xxmassdeveloper.mpchartexample"
4
- android:versionCode="39"
5
- android:versionName="2.0.9" >
+ android:versionCode="40"
+ android:versionName="2.1.0" >
6
7
<uses-sdk
8
android:minSdkVersion="8"
MPChartExample/build.gradle
@@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 21
9
- versionCode 39
10
- versionName '2.0.9'
+ versionCode 40
+ versionName '2.1.0'
11
12
sourceSets {
13
main {
0 commit comments