From d85e6632bdac10cf6b713d7d092d5a43f730ab5c Mon Sep 17 00:00:00 2001 From: Trumeet Date: Fri, 8 Sep 2017 19:55:03 +0800 Subject: Update gradle version --- README.md | 2 +- app/build.gradle | 10 +++++----- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- library/build.gradle | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 77c4998..ba8617e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ getRealPath() # Licenses 使用本項目請確保您遵守 `Apache License 2.0`,本项目使用 [android-hidden-api](https://github.com/anggrayudi/android-hidden-api) 项目。 -**特别感谢 [@heruoxin](https://github.com/heruoxin) (冰箱作者)提供核心代码~~,我只是做了个简单封装和提供了几个接口 逃跑~~** +**特别感谢 [@heruoxin](https://github.com/heruoxin) (冰箱作者)提供核心代码 ~~,我只是做了个简单封装和提供了几个接口 逃跑~~** ``` Copyright (C) 2017 Trumeet diff --git a/app/build.gradle b/app/build.gradle index df2e1d3..2dab7ed 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,9 +20,9 @@ android { } dependencies { - implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation project(':library') - testImplementation 'junit:junit:4.12' - androidTestImplementation 'com.android.support.test:runner:1.0.1' - androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' + compile fileTree(dir: 'libs', include: ['*.jar']) + compile project(':library') + testCompile 'junit:junit:4.12' + androidTestCompile 'com.android.support.test:runner:1.0.1' + androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.1' } diff --git a/build.gradle b/build.gradle index 2ad53af..540ef2b 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.0-beta4' + classpath 'com.android.tools.build:gradle:2.3.3' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index efdd688..ba40211 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-rc-1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip diff --git a/library/build.gradle b/library/build.gradle index 435e82e..b4e42fb 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -22,5 +22,5 @@ android { } dependencies { - implementation fileTree(dir: 'libs', include: ['*.jar']) + compile fileTree(dir: 'libs', include: ['*.jar']) } -- cgit v1.2.3