diff options
author | Trumeet <liangyuteng12345@gmail.com> | 2017-09-08 19:55:03 +0800 |
---|---|---|
committer | Trumeet <liangyuteng12345@gmail.com> | 2017-09-08 19:55:03 +0800 |
commit | d85e6632bdac10cf6b713d7d092d5a43f730ab5c (patch) | |
tree | c7139a5e07dae93a1411651118343d8d06370ba9 /library | |
parent | 0c446b5fb195d0e2aaaa6b5e9320e68fa70d4675 (diff) | |
download | RedirectStorage-d85e6632bdac10cf6b713d7d092d5a43f730ab5c.tar RedirectStorage-d85e6632bdac10cf6b713d7d092d5a43f730ab5c.tar.gz RedirectStorage-d85e6632bdac10cf6b713d7d092d5a43f730ab5c.tar.bz2 RedirectStorage-d85e6632bdac10cf6b713d7d092d5a43f730ab5c.zip |
Update gradle version
Diffstat (limited to 'library')
-rw-r--r-- | library/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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']) } |