[Android] Use SDK 23
Jean-Baptiste Kempf
git at videolan.org
Tue Aug 18 13:13:06 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 18 13:03:33 2015 +0200| [29716f65698c31497237ff68ec8a6ed8c4205655] | committer: Jean-Baptiste Kempf
Use SDK 23
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=29716f65698c31497237ff68ec8a6ed8c4205655
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index d13f0bc..610b8ad 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,5 +18,5 @@ allprojects {
ext {
buildToolsVersion = "23.0.0"
- compileSdkVersion = 22
+ compileSdkVersion = 23
}
More information about the Android
mailing list