Skip to content

Commit b6edbec

Browse files
committed
Update gradle and manifest.
1 parent 1b542a6 commit b6edbec

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

MPChartExample/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.xxmassdeveloper.mpchartexample"
4-
android:versionCode="39"
5-
android:versionName="2.0.9" >
4+
android:versionCode="40"
5+
android:versionName="2.1.0" >
66

77
<uses-sdk
88
android:minSdkVersion="8"

MPChartExample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 16
88
targetSdkVersion 21
9-
versionCode 39
10-
versionName '2.0.9'
9+
versionCode 40
10+
versionName '2.1.0'
1111

1212
sourceSets {
1313
main {

0 commit comments

Comments
 (0)