Skip to content
Snippets Groups Projects
Commit d16a11e9 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Remove Medialibrary jni binaries on gradle clean

parent 13787d72
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,10 @@ task generateSources (type: Jar) {
from android.sourceSets.main.java.srcDirs
}
clean {
delete 'build', 'jni/libs', 'jni/obj'
}
dependencies {
compile project(':libvlc')
compile 'com.android.support:support-v4:25.2.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment