Skip to content

Commit

Permalink
Update plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilzor committed Dec 5, 2024
1 parent 412a364 commit 8fdfdaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<id>com.nilsenlabs.flavormatrix</id>
<name>Build Variant Matrix Selector</name>
<vendor url="https://github.com/Nilzor/build-variant-matrix">Frode Nilsen</vendor>
<idea-version since-build="241.18034.62" />
<idea-version since-build="243.21565.193" />
<description><![CDATA[<p>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
Expand Down

0 comments on commit 8fdfdaf

Please sign in to comment.