From ae21347ccd92b18ed914ec70ce22060e69525e8c Mon Sep 17 00:00:00 2001 From: Frode Nilsen Date: Thu, 28 Nov 2024 23:18:58 +0100 Subject: [PATCH] Bump version to 1.4.0-SNAPSHOT --- build.gradle | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 6e63526..07ac5f8 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { } group 'com.nilsenlabs.flavormatrix' -version '1.3.0' +version '1.4.0-SNAPSHOT' Properties properties = new Properties() properties.load(project.rootProject.file("local.properties").newDataInputStream()) @@ -24,15 +24,15 @@ properties.load(project.rootProject.file("local.properties").newDataInputStream( // plugins\properties\lib\platform-images.jar // plugins\properties\lib\properties.jar // plugins\smali\lib\smali.jar -def defaultLocalStudioPath = 'd:/coding/android-studio-ladybug-canary1' +def defaultLocalStudioPath = 'd:/coding/android-studio-meerkat' // Specify the path in your local.properties file as // localStudioPath=your/path/to/androidstudio // Also see https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension-localpath def localStudioPath = properties.get("localStudioPath") ?: defaultLocalStudioPath -// Below: Ladybug 2024.1.3 Canary 1 -def targetIdeVersion = "241.18034.62" +// Below: Meerkat 2024.3.1 Canary 3 +def targetIdeVersion = "243.21565.193" intellij { // Uncomment the two lines below and remove "localPath" if you want to build for a different version than the one locally installed @@ -50,6 +50,7 @@ intellij { patchPluginXml { changeNotes = """