X Tutup
Skip to content

Commit c447610

Browse files
committed
Update version and sdk
1 parent 2fc56c5 commit c447610

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MPChartExample/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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="46"
4+
android:versionCode="47"
55
android:versionName="2.1.6" >
66

77
<uses-sdk
88
android:minSdkVersion="8"
9-
android:targetSdkVersion="22" />
9+
android:targetSdkVersion="23" />
1010
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
1111

1212
<application

MPChartExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
defaultConfig {
77
minSdkVersion 8
88
targetSdkVersion 23
9-
versionCode 46
9+
versionCode 47
1010
versionName '2.1.6'
1111

1212
sourceSets {

0 commit comments

Comments
 (0)
X Tutup