File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package =" com.xxmassdeveloper.mpchartexample"
4- android : versionCode =" 54 "
5- android : versionName =" 3.0.1 " >
4+ android : versionCode =" 55 "
5+ android : versionName =" 3.0.2 " >
66
77 <uses-sdk
88 android : minSdkVersion =" 16"
9- android : targetSdkVersion =" 24 " />
9+ android : targetSdkVersion =" 25 " />
1010 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
1111
1212 <application
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
22apply plugin : ' realm-android'
33
44android {
5- compileSdkVersion 24
6- buildToolsVersion ' 23 .0.3 '
5+ compileSdkVersion 25
6+ buildToolsVersion ' 25 .0.0 '
77 defaultConfig {
88 minSdkVersion 16
9- targetSdkVersion 24
10- versionCode 54
11- versionName ' 3.0.1 '
9+ targetSdkVersion 25
10+ versionCode 55
11+ versionName ' 3.0.2 '
1212 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1313
1414 sourceSets {
@@ -39,7 +39,7 @@ buildscript {
3939 jcenter()
4040 }
4141 dependencies {
42- classpath ' com.android.tools.build:gradle:2.2.3 '
42+ classpath ' com.android.tools.build:gradle:2.3.0 '
4343 // classpath 'io.realm:realm-gradle-plugin:0.88.2'
4444 // NOTE: Do not place your application dependencies here; they belong
4545 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ apply plugin: 'maven'
44// apply plugin: 'realm-android'
55
66android {
7- compileSdkVersion 24
8- buildToolsVersion ' 23 .0.3 '
7+ compileSdkVersion 25
8+ buildToolsVersion ' 25 .0.0 '
99 // resourcePrefix 'mpcht'
1010 defaultConfig {
1111 minSdkVersion 9
12- targetSdkVersion 24
12+ targetSdkVersion 25
1313 versionCode 3
14- versionName ' 3.0.1 '
14+ versionName ' 3.0.2 '
1515 }
1616 buildTypes {
1717 release {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 }
99 dependencies {
1010 classpath " io.realm:realm-gradle-plugin:2.0.2"
11- classpath ' com.android.tools.build:gradle:2.2.3 '
11+ classpath ' com.android.tools.build:gradle:2.3.0 '
1212 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
1313 }
1414}
Original file line number Diff line number Diff line change 1- # Sat Sep 03 21:01:56 CEST 2016
1+ # Thu Mar 23 15:58:00 CET 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
You can’t perform that action at this time.
0 commit comments