File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 =" 51 "
5- android : versionName =" 2.2.5 " >
4+ android : versionCode =" 52 "
5+ android : versionName =" 3.0.0 " >
66
77 <uses-sdk
88 android : minSdkVersion =" 8"
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
66 defaultConfig {
77 minSdkVersion 8
88 targetSdkVersion 23
9- versionCode 51
10- versionName ' 2.2.5 '
9+ versionCode 52
10+ versionName ' 3.0.0 '
1111 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1212
1313 sourceSets {
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 defaultConfig {
1010 minSdkVersion 8
1111 targetSdkVersion 23
12- versionCode 1
13- versionName ' 1 .0'
12+ versionCode 3
13+ versionName ' 3.0 .0'
1414 }
1515 buildTypes {
1616 release {
You can’t perform that action at this time.
0 commit comments