Update gradle files

This commit is contained in:
Philipp Jahoda 2016-06-04 23:35:16 +02:00
parent 33fbf34a7c
commit 92504fa81d
3 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -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 {

View file

@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
versionCode 1
versionName '1.0'
versionCode 3
versionName '3.0.0'
}
buildTypes {
release {