We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3bd71 commit af0c5acCopy full SHA for af0c5ac
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="45"
5
- android:versionName="2.1.5" >
+ android:versionCode="46"
+ android:versionName="2.1.6" >
6
7
<uses-sdk
8
android:minSdkVersion="8"
MPChartExample/build.gradle
@@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
9
- versionCode 45
10
- versionName '2.1.5'
+ versionCode 46
+ versionName '2.1.6'
11
12
sourceSets {
13
main {
0 commit comments