Bump the android plugin to 8.13.1

This commit is contained in:
Nicolas Pomepuy
2025-11-20 08:02:55 +01:00
parent c7a9b86b8a
commit fe49a267ee
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = '8.13.0'
ext.android_plugin_version = '8.13.1'
ext.kotlin_version = '2.1.20'
ext.kotlinx_version = '1.7.1'
repositories {

View File

@@ -6,7 +6,7 @@ pluginManagement {
}
plugins {
id("com.android.settings") version '8.13.0'
id("com.android.settings") version '8.13.1'
}
def vlcMajorVersion = hasProperty('forceVlc4') && getProperty('forceVlc4') ? 4 : 3