Updating versions

This commit is contained in:
PhilJay 2017-03-23 16:13:21 +01:00
parent 6df13dd66e
commit b564704b82
5 changed files with 16 additions and 16 deletions

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.xxmassdeveloper.mpchartexample"
android:versionCode="54"
android:versionName="3.0.1" >
android:versionCode="55"
android:versionName="3.0.2" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="24" />
android:targetSdkVersion="25" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<application

View file

@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'realm-android'
android {
compileSdkVersion 24
buildToolsVersion '23.0.3'
compileSdkVersion 25
buildToolsVersion '25.0.0'
defaultConfig {
minSdkVersion 16
targetSdkVersion 24
versionCode 54
versionName '3.0.1'
targetSdkVersion 25
versionCode 55
versionName '3.0.2'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
sourceSets {
@ -39,7 +39,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.0'
//classpath 'io.realm:realm-gradle-plugin:0.88.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View file

@ -4,14 +4,14 @@ apply plugin: 'maven'
//apply plugin: 'realm-android'
android {
compileSdkVersion 24
buildToolsVersion '23.0.3'
compileSdkVersion 25
buildToolsVersion '25.0.0'
// resourcePrefix 'mpcht'
defaultConfig {
minSdkVersion 9
targetSdkVersion 24
targetSdkVersion 25
versionCode 3
versionName '3.0.1'
versionName '3.0.2'
}
buildTypes {
release {

View file

@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath "io.realm:realm-gradle-plugin:2.0.2"
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}

View file

@ -1,6 +1,6 @@
#Sat Sep 03 21:01:56 CEST 2016
#Thu Mar 23 15:58:00 CET 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip