[Android] Update android gradle plugin
    Nicolas Pomepuy 
    git at videolan.org
       
    Wed Feb  8 14:45:19 UTC 2023
    
    
  
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Feb  3 07:54:20 2023 +0100| [98f82a41c745e784315d1225cd5aeab6cea14fef] | committer: Duncan McNamara
Update android gradle plugin
> https://code.videolan.org/videolan/vlc-android/commit/98f82a41c745e784315d1225cd5aeab6cea14fef
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index a36804e0e0..b3417a8d6c 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 = '7.3.0'
+    ext.android_plugin_version = '7.3.1'
     ext.kotlin_version = '1.7.10'
     ext.kotlinx_version = '1.6.0'
     repositories {
    
    
More information about the Android
mailing list