Update manifest and build.gradle.
This commit is contained in:
parent
3801829871
commit
6d9c343b8a
2 changed files with 4 additions and 4 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="12"
|
||||
android:versionName="1.2.2" >
|
||||
android:versionCode="13"
|
||||
android:versionName="1.3.1" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="9"
|
||||
|
|
|
@ -7,8 +7,8 @@ android {
|
|||
applicationId 'com.xxmassdeveloper.mpchartexample'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 19
|
||||
versionCode 12
|
||||
versionName '1.2.2'
|
||||
versionCode 13
|
||||
versionName '1.3.1'
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
|
|
Loading…
Add table
Reference in a new issue