[Android] Update compileSdkVersion to 25

Geoffrey Métais git at videolan.org
Mon Apr 10 17:32:33 CEST 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Apr 10 17:29:52 2017 +0200| [7a6406b13126b2fbbbe81126dbf236732e19a999] | committer: Geoffrey Métais

Update compileSdkVersion to 25

> https://code.videolan.org/videolan/vlc-android/commit/7a6406b13126b2fbbbe81126dbf236732e19a999
---

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

diff --git a/build.gradle b/build.gradle
index c43f6d8..5756ab4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,5 +17,5 @@ allprojects {
 
 ext {
     buildToolsVersion = "25.0.2"
-    compileSdkVersion = 24
+    compileSdkVersion = 25
 }



More information about the Android mailing list