Skip to content

Commit af0c5ac

Browse files
committed
Update version
1 parent dd3bd71 commit af0c5ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MPChartExample/AndroidManifest.xml

+2-2
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="45"
5-
android:versionName="2.1.5" >
4+
android:versionCode="46"
5+
android:versionName="2.1.6" >
66

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

MPChartExample/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 8
88
targetSdkVersion 23
9-
versionCode 45
10-
versionName '2.1.5'
9+
versionCode 46
10+
versionName '2.1.6'
1111

1212
sourceSets {
1313
main {

0 commit comments

Comments
 (0)