Skip to content

Commit

Permalink
Bump version to 1.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilzor committed Nov 28, 2024
1 parent bc91725 commit ae21347
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand All @@ -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
Expand All @@ -50,6 +50,7 @@ intellij {
patchPluginXml {
changeNotes = """
<ul>
<li>1.4.0 Support for Android Studio Meerkat (from Canary 3)</li>
<li>1.3.0 Support for Android Studio Ladybug</li>
<li>1.2.0 Support for Android Studio Giraffe and Hedgehog</li>
<li>1.1.0 Support for Android Studio Electric Eel</li>
Expand Down

0 comments on commit ae21347

Please sign in to comment.