[Android] Update build-tools and sdk to v26
Geoffrey Métais
git at videolan.org
Mon Jun 12 14:28:33 CEST 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Jun 12 14:26:49 2017 +0200| [8bee162f898f7156b3ce4b69219ba075c18eba58] | committer: Geoffrey Métais
Update build-tools and sdk to v26
> https://code.videolan.org/videolan/vlc-android/commit/8bee162f898f7156b3ce4b69219ba075c18eba58
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index e26907a96..d4c8c26d1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,8 +22,8 @@ allprojects {
ext {
appCompatVersion = '25.2.0'
constraintLayoutVersion = '1.1.0-beta1'
- buildToolsVersion = "25.0.3"
- compileSdkVersion = 25
+ buildToolsVersion = "26.0.0"
+ compileSdkVersion = 26
minSdkVersion = 9
targetSdkVersion = 25
versionName = '2.1.10'
More information about the Android
mailing list