Update gradle files
This commit is contained in:
parent
33fbf34a7c
commit
92504fa81d
3 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.xxmassdeveloper.mpchartexample"
|
||||
android:versionCode="51"
|
||||
android:versionName="2.2.5" >
|
||||
android:versionCode="52"
|
||||
android:versionName="3.0.0" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="8"
|
||||
|
|
|
@ -6,8 +6,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
targetSdkVersion 23
|
||||
versionCode 51
|
||||
versionName '2.2.5'
|
||||
versionCode 52
|
||||
versionName '3.0.0'
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
||||
sourceSets {
|
||||
|
|
|
@ -9,8 +9,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
targetSdkVersion 23
|
||||
versionCode 1
|
||||
versionName '1.0'
|
||||
versionCode 3
|
||||
versionName '3.0.0'
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
Loading…
Add table
Reference in a new issue