File tree 5 files changed +16
-16
lines changed
5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" com.xxmassdeveloper.mpchartexample"
4
- android : versionCode =" 54 "
5
- android : versionName =" 3.0.1 " >
4
+ android : versionCode =" 55 "
5
+ android : versionName =" 3.0.2 " >
6
6
7
7
<uses-sdk
8
8
android : minSdkVersion =" 16"
9
- android : targetSdkVersion =" 24 " />
9
+ android : targetSdkVersion =" 25 " />
10
10
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
11
11
12
12
<application
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
2
2
apply plugin : ' realm-android'
3
3
4
4
android {
5
- compileSdkVersion 24
6
- buildToolsVersion ' 23 .0.3 '
5
+ compileSdkVersion 25
6
+ buildToolsVersion ' 25 .0.0 '
7
7
defaultConfig {
8
8
minSdkVersion 16
9
- targetSdkVersion 24
10
- versionCode 54
11
- versionName ' 3.0.1 '
9
+ targetSdkVersion 25
10
+ versionCode 55
11
+ versionName ' 3.0.2 '
12
12
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
13
13
14
14
sourceSets {
@@ -39,7 +39,7 @@ buildscript {
39
39
jcenter()
40
40
}
41
41
dependencies {
42
- classpath ' com.android.tools.build:gradle:2.2.3 '
42
+ classpath ' com.android.tools.build:gradle:2.3.0 '
43
43
// classpath 'io.realm:realm-gradle-plugin:0.88.2'
44
44
// NOTE: Do not place your application dependencies here; they belong
45
45
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ apply plugin: 'maven'
4
4
// apply plugin: 'realm-android'
5
5
6
6
android {
7
- compileSdkVersion 24
8
- buildToolsVersion ' 23 .0.3 '
7
+ compileSdkVersion 25
8
+ buildToolsVersion ' 25 .0.0 '
9
9
// resourcePrefix 'mpcht'
10
10
defaultConfig {
11
11
minSdkVersion 9
12
- targetSdkVersion 24
12
+ targetSdkVersion 25
13
13
versionCode 3
14
- versionName ' 3.0.1 '
14
+ versionName ' 3.0.2 '
15
15
}
16
16
buildTypes {
17
17
release {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
dependencies {
10
10
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 '
12
12
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
13
13
}
14
14
}
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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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