[Android] Upgrade to android gradle plugin 2.0
Geoffrey Métais
git at videolan.org
Fri Apr 8 09:13:01 CEST 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Apr 8 09:06:41 2016 +0200| [395b590c67a061c5e7e8680f0c96194b20ad3b47] | committer: Geoffrey Métais
Upgrade to android gradle plugin 2.0
> https://code.videolan.org/videolan/vlc-android/commit/395b590c67a061c5e7e8680f0c96194b20ad3b47
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 9d6c9eb..73c39af 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.0.0-rc3'
+ classpath 'com.android.tools.build:gradle:2.0.0'
classpath 'com.jakewharton.sdkmanager:sdk-manager-plugin:1.5.0-SNAPSHOT'
}
}
More information about the Android
mailing list