From 8fdfdafa6da9efb509c2d4c80be2007ac1a3753b Mon Sep 17 00:00:00 2001 From: Frode Nilsen Date: Thu, 5 Dec 2024 11:39:39 +0100 Subject: [PATCH] Update plugin.xml --- build.gradle | 2 +- src/main/resources/META-INF/plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7b28aca..d7a56b2 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ def defaultLocalStudioPath = 'd:/coding/android-studio-meerkat' // Also see https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension-localpath def localStudioPath = properties.get("localStudioPath") ?: defaultLocalStudioPath -// Below: Meerkat 2024.3.1 Canary 3 +// Below: Meerkat 2024.3.1 Canary 3. Remember to update plugin.xml def targetIdeVersion = "243.21565.193" intellij { diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 276f13d..c9e1324 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -17,7 +17,7 @@ com.nilsenlabs.flavormatrix Build Variant Matrix Selector Frode Nilsen - + Select variant by selecting flavors in a matrix instead of through the drop down lists provdided by IntelliJ/Android Studio in the "Build Variants" view. In addition this plugin selects variants for all modules at the same time, even when there are multiple leaf modules. This results in a very fast and intuitive way of switching variants