[Android] Remove app dependency from 'tools' submodule
Geoffrey Métais
git at videolan.org
Fri Aug 10 11:36:27 CEST 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Aug 10 11:29:43 2018 +0200| [d65729c32827cdfc2f340bde046eee18cb2e7d0f] | committer: Geoffrey Métais
Remove app dependency from 'tools' submodule
> https://code.videolan.org/videolan/vlc-android/commit/d65729c32827cdfc2f340bde046eee18cb2e7d0f
---
tools/build.gradle | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/build.gradle b/tools/build.gradle
index b1ab15a35..f144a6512 100644
--- a/tools/build.gradle
+++ b/tools/build.gradle
@@ -34,7 +34,6 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
- application project(':vlc-android')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
repositories {
More information about the Android
mailing list