We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52c3ce commit 10b8e09Copy full SHA for 10b8e09
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="34"
5
- android:versionName="2.0.2" >
+ android:versionCode="35"
+ android:versionName="2.0.3" >
6
7
<uses-sdk
8
android:minSdkVersion="8"
MPChartExample/build.gradle
@@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 21
9
- versionCode 33
10
- versionName '2.0.1'
+ versionCode 35
+ versionName '2.0.3'
11
12
sourceSets {
13
main {
0 commit comments