This is an automated email from the ASF dual-hosted git repository.
kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-playground.git
The following commit(s) were added to refs/heads/master by this push:
new 2cb8f27 Remove unused code in build.gradle
2cb8f27 is described below
commit 2cb8f2740fe51917f945c4423b6720c77beb95af
Author: york.sy <[email protected]>
AuthorDate: Tue Oct 15 20:50:35 2019 +0800
Remove unused code in build.gradle
---
android/playground/build.gradle | 1 -
1 file changed, 1 deletion(-)
diff --git a/android/playground/build.gradle b/android/playground/build.gradle
index ac8e021..ad5a6c7 100755
--- a/android/playground/build.gradle
+++ b/android/playground/build.gradle
@@ -67,7 +67,6 @@ android {
dependencies {
- implementation fileTree(include: ['*.jar'], dir: 'libs')
androidTestImplementation
"com.android.support:support-annotations:${project.supportLibVersion}"
androidTestImplementation 'junit:junit:4.12'
androidTestImplementation 'org.awaitility:awaitility:3.0.0'