diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e58161..85e952e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.3.8 + +##### Fix +* Fix correct mustRunAfter publish task for `assemble*` and `bundle*` tasks for Gradle 7, and JVM 11. + # 1.3.6 ##### Fix diff --git a/README.md b/README.md index f170793..f5998b5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Huawei App Gallery Publishing [![Maven Central](https://img.shields.io/maven-central/v/ru.cian/huawei-publish-gradle-plugin.svg)](https://search.maven.org/search?q=a:huawei-publish-gradle-plugin) -![Version](https://img.shields.io/badge/GradlePortal-1.3.7-green.svg) +![Version](https://img.shields.io/badge/GradlePortal-1.3.8-green.svg) ![Version](https://img.shields.io/badge/Gradle-7.*-pink.svg) [![License](https://img.shields.io/github/license/srs/gradle-node-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) @@ -53,7 +53,7 @@ so a different version of AGP corresponds to a specific version of the current p | 4.0.+ | 1.2.3 | | 4.1.+ | 1.2.4 | | 4.2.+ | 1.2.6 | -| 7.+ | 1.3.7 | +| 7.+ | 1.3.8 | | 8.+ | latest | # Adding the plugin to your project diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ab3e68e..86bbdd2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ buildToolsVersion = "33.0.0" kotlin = "1.8.0" junitJupiter = "5.7.0" androidGradlePlugin = "7.4.0" -sampleHuaweiPlugin = "1.3.7-SNAPSHOT" +sampleHuaweiPlugin = "1.3.8-SNAPSHOT" [libraries] appcompat = "androidx.appcompat:appcompat:1.3.1" diff --git a/plugin/gradle.properties b/plugin/gradle.properties index c8a8ed6..561517f 100644 --- a/plugin/gradle.properties +++ b/plugin/gradle.properties @@ -9,7 +9,7 @@ android.enableJetifier=true #################################################################################################### GROUP=ru.cian -VERSION_NAME=1.3.7 +VERSION_NAME=1.3.8 IS_SNAPSHOT=true POM_ARTIFACT_ID=huawei-publish-gradle-plugin diff --git a/settings.gradle.kts b/settings.gradle.kts index 4033a20..54c6653 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -8,7 +8,7 @@ include( pluginManagement { - val huaweiPublish = "1.3.7-SNAPSHOT" + val huaweiPublish = "1.3.8-SNAPSHOT" resolutionStrategy { eachPlugin {