diff --git a/build.gradle b/build.gradle index 3b659984c..c5cfea4bb 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 = '8.11.0' + ext.android_plugin_version = '8.11.1' ext.kotlin_version = '2.1.20' ext.kotlinx_version = '1.7.1' repositories { diff --git a/settings.gradle b/settings.gradle index dd110c815..dad507a35 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { - id("com.android.settings") version "8.11.0" + id("com.android.settings") version '8.11.1' } def vlcMajorVersion = hasProperty('forceVlc4') && getProperty('forceVlc4') ? 4 : 3