[Android] Upgrade AGP to v3.2.1
Geoffrey Métais
git at videolan.org
Fri Oct 12 10:49:41 CEST 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Oct 12 10:04:52 2018 +0200| [4c166e5cbfc9b4bc761ad3513142e76a1fd9e584] | committer: Geoffrey Métais
Upgrade AGP to v3.2.1
> https://code.videolan.org/videolan/vlc-android/commit/4c166e5cbfc9b4bc761ad3513142e76a1fd9e584
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 677151266..0de85feec 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
- ext.android_plugin_version = '3.2.0'
+ ext.android_plugin_version = '3.2.1'
ext.kotlin_version = '1.2.71'
ext.kotlinx_version = '0.30.2'
repositories {
More information about the Android
mailing list