aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <liangyuteng12345@gmail.com>2017-09-08 19:55:03 +0800
committerTrumeet <liangyuteng12345@gmail.com>2017-09-08 19:55:03 +0800
commitd85e6632bdac10cf6b713d7d092d5a43f730ab5c (patch)
treec7139a5e07dae93a1411651118343d8d06370ba9
parent0c446b5fb195d0e2aaaa6b5e9320e68fa70d4675 (diff)
downloadRedirectStorage-d85e6632bdac10cf6b713d7d092d5a43f730ab5c.tar
RedirectStorage-d85e6632bdac10cf6b713d7d092d5a43f730ab5c.tar.gz
RedirectStorage-d85e6632bdac10cf6b713d7d092d5a43f730ab5c.tar.bz2
RedirectStorage-d85e6632bdac10cf6b713d7d092d5a43f730ab5c.zip
Update gradle version
-rw-r--r--README.md2
-rw-r--r--app/build.gradle10
-rw-r--r--build.gradle2
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
-rw-r--r--library/build.gradle2
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'])
}