Update build.gradle and manifest
This commit is contained in:
parent
badb736070
commit
3fd2a8a17b
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="49"
|
||||
android:versionName="2.2.3" >
|
||||
android:versionCode="50"
|
||||
android:versionName="2.2.4" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="8"
|
||||
|
|
|
@ -6,8 +6,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
targetSdkVersion 23
|
||||
versionCode 49
|
||||
versionName '2.2.3'
|
||||
versionCode 50
|
||||
versionName '2.2.4'
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
|
|
Loading…
Add table
Reference in a new issue