[Android] Update AppCompat in libvlc

Geoffrey Métais git at videolan.org
Thu Nov 3 11:34:21 CET 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Oct 26 14:59:07 2016 +0200| [87c03d1bc4dd0fa92a67a9263d08bb362ece13c2] | committer: Geoffrey Métais

Update AppCompat in libvlc

> https://code.videolan.org/videolan/vlc-android/commit/87c03d1bc4dd0fa92a67a9263d08bb362ece13c2
---

 libvlc/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index 0f7152e..b12d2f9 100644
--- a/libvlc/build.gradle
+++ b/libvlc/build.gradle
@@ -94,5 +94,5 @@ task buildDebugMIPS64(type:BuildNative) {
     args('-a', "mips64")
 }
 dependencies {
-    compile 'com.android.support:support-annotations:23.0.1'
+    compile 'com.android.support:support-annotations:24.2.1'
 }



More information about the Android mailing list