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