[Android] Bump android plugin version and kotlin version

Nicolas Pomepuy git at videolan.org
Mon Sep 12 13:52:21 UTC 2022


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Sep 12 12:02:20 2022 +0200| [a34a9b302da71a92e1b4b3ae220e1c760d2285fa] | committer: Nicolas Pomepuy

Bump android plugin version and kotlin version

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

 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 4d971abff..16af66928 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 buildscript {
-    ext.android_plugin_version = '7.2.0'
-    ext.kotlin_version = '1.6.20'
+    ext.android_plugin_version = '7.2.1'
+    ext.kotlin_version = '1.7.10'
     ext.kotlinx_version = '1.6.0'
     repositories {
         flatDir dirs: "gradle/plugins"



More information about the Android mailing list