We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc56c5 commit c447610Copy full SHA for c447610
MPChartExample/AndroidManifest.xml
@@ -1,12 +1,12 @@
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="46"
+ android:versionCode="47"
5
android:versionName="2.1.6" >
6
7
<uses-sdk
8
android:minSdkVersion="8"
9
- android:targetSdkVersion="22" />
+ android:targetSdkVersion="23" />
10
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
11
12
<application
MPChartExample/build.gradle
@@ -6,7 +6,7 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
- versionCode 46
+ versionCode 47
versionName '2.1.6'
sourceSets {
0 commit comments