Update manifest and build.gradle.

This commit is contained in:
Philipp Jahoda 2014-08-25 21:41:35 +02:00
parent 3801829871
commit 6d9c343b8a
2 changed files with 4 additions and 4 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="12"
android:versionName="1.2.2" >
android:versionCode="13"
android:versionName="1.3.1" >
<uses-sdk
android:minSdkVersion="9"

View file

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