[Android] Gradle: bring support-annotations in dependencies

Jean-Baptiste Kempf git at videolan.org
Wed Jun 10 20:42:02 CEST 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 10 20:40:59 2015 +0200| [a214e227fd3171884ae4ceae358e4a414813d543] | committer: Jean-Baptiste Kempf

Gradle: bring support-annotations in dependencies

We're already using android.support.annotation, but it was implicitely
pulled in.

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=a214e227fd3171884ae4ceae358e4a414813d543
---

 vlc-android/build.gradle |    1 +
 1 file changed, 1 insertion(+)

diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index a115041..b3b8dd9 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -188,6 +188,7 @@ dependencies {
     compile 'com.android.support:cardview-v7:22.2.0'
     compile 'com.android.support:recyclerview-v7:22.2.0'
     compile 'com.android.support:design:22.2.0'
+    compile 'com.android.support:support-annotations:22.2.0'
     tvCompile 'com.android.support:leanback-v17:22.2.0'
     testCompile 'junit:junit:4.12'
 }



More information about the Android mailing list