Commit 820635a75b4a5afaaa9e84ae35b049a502da27f9

Authored by wugian
1 parent c9791826

gradle config udpate

@@ -6,10 +6,11 @@ buildscript { @@ -6,10 +6,11 @@ buildscript {
6 } 6 }
7 7
8 dependencies { 8 dependencies {
9 - classpath 'com.android.tools.build:gradle:2.1.3' 9 + classpath 'com.android.tools.build:gradle:2.3.0'
10 // classpath 'me.tatarka:gradle-retrolambda:3.2.3' 10 // classpath 'me.tatarka:gradle-retrolambda:3.2.3'
11 // classpath 'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2' 11 // classpath 'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'
12 classpath 'com.antfortune.freeline:gradle:0.8.3' 12 classpath 'com.antfortune.freeline:gradle:0.8.3'
  13 + classpath "io.realm:realm-gradle-plugin:2.0.2"
13 } 14 }
14 // configurations.classpath.exclude group: 'com.android.tools.external.lombok' 15 // configurations.classpath.exclude group: 'com.android.tools.external.lombok'
15 } 16 }
@@ -21,7 +21,7 @@ apply plugin: 'com.android.library' @@ -21,7 +21,7 @@ apply plugin: 'com.android.library'
21 21
22 android { 22 android {
23 compileSdkVersion 23 23 compileSdkVersion 23
24 - buildToolsVersion "23.0.2" 24 + buildToolsVersion '25.0.0'
25 25
26 lintOptions { 26 lintOptions {
27 abortOnError false 27 abortOnError false
@@ -5,7 +5,7 @@ apply plugin: 'com.android.library' @@ -5,7 +5,7 @@ apply plugin: 'com.android.library'
5 version = "1.0.4" 5 version = "1.0.4"
6 android { 6 android {
7 compileSdkVersion 24 7 compileSdkVersion 24
8 - buildToolsVersion "24.0.2" 8 + buildToolsVersion '25.0.0'
9 resourcePrefix "transitionhelper" 9 resourcePrefix "transitionhelper"
10 defaultConfig { 10 defaultConfig {
11 minSdkVersion 15 11 minSdkVersion 15
Please register or login to post a comment