Browse Source

libvlc: add annotations support

1.6.x
Thomas Guillem 11 years ago
parent
commit
1ce8923e59
  1. 3
      libvlc/build.gradle

3
libvlc/build.gradle

@ -88,3 +88,6 @@ task buildDebugMIPS(type:BuildNative) {
task buildDebugMIPS64(type:BuildNative) {
args('-a', "mips64")
}
dependencies {
compile 'com.android.support:support-annotations:22.2.0'
}

Loading…
Cancel
Save