aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
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 /app/build.gradle
parent0c446b5fb195d0e2aaaa6b5e9320e68fa70d4675 (diff)
downloadRedirectStorage-d85e6632bdac10cf6b713d7d092d5a43f730ab5c.tar
RedirectStorage-d85e6632bdac10cf6b713d7d092d5a43f730ab5c.tar.gz
RedirectStorage-d85e6632bdac10cf6b713d7d092d5a43f730ab5c.tar.bz2
RedirectStorage-d85e6632bdac10cf6b713d7d092d5a43f730ab5c.zip
Update gradle version
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle10
1 files changed, 5 insertions, 5 deletions
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'
}