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