From 988b08399e5d52b2a3685ee0cde03a2d2b40781c Mon Sep 17 00:00:00 2001 From: Aleksandr Mirko Date: Tue, 19 Dec 2023 22:01:49 +0300 Subject: [PATCH] Release v1.4.2 --- CHANGELOG.md | 2 +- README.md | 4 ++-- gradle/libs.versions.toml | 2 +- plugin/gradle.properties | 2 +- sample-groovy/build.gradle | 2 +- sample-groovy/src/debug/res/values/strings.xml | 4 ++-- sample-groovy/src/demoDebug/res/values/strings.xml | 4 ++-- sample-groovy/src/demoRelease/res/values/strings.xml | 4 ++-- sample-groovy/src/fullDebug/res/values/strings.xml | 4 ++-- sample-groovy/src/fullRelease/res/values/strings.xml | 4 ++-- sample-groovy/src/main/AndroidManifest.xml | 3 +-- sample-groovy/src/main/res/values/strings.xml | 2 +- sample-kotlin/src/debug/res/values/strings.xml | 4 ++-- sample-kotlin/src/main/res/values/strings.xml | 2 +- sample-kotlin/src/release/res/values/strings.xml | 4 ++-- settings.gradle.kts | 2 +- 16 files changed, 24 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a695b69..9f36f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.4.1 +# 1.4.2 ##### Add * [issue#50] Added new parameter `removeHtmlTags` to remove html tags from Release Notes and support of the same Release Notes as for Google Play. diff --git a/README.md b/README.md index 78d0bee..c5953ba 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.4.1-green.svg) +![Version](https://img.shields.io/badge/GradlePortal-1.4.2-green.svg) ![Version](https://img.shields.io/badge/Gradle-8.*-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 f6a2939..953969d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ kotlin = "1.8.21" detekt = "1.23.4" junitJupiter = "5.9.3" androidGradlePlugin = "8.0.2" -sampleHuaweiPlugin = "1.4.1-SNAPSHOT" +sampleHuaweiPlugin = "1.4.2-SNAPSHOT" [libraries] appcompat = "androidx.appcompat:appcompat:1.6.1" diff --git a/plugin/gradle.properties b/plugin/gradle.properties index 2aae179..9dab448 100644 --- a/plugin/gradle.properties +++ b/plugin/gradle.properties @@ -9,7 +9,7 @@ android.enableJetifier=true #################################################################################################### GROUP=ru.cian -VERSION_NAME=1.4.1 +VERSION_NAME=1.4.2 IS_SNAPSHOT=true POM_ARTIFACT_ID=huawei-publish-gradle-plugin diff --git a/sample-groovy/build.gradle b/sample-groovy/build.gradle index 814ef4e..5291362 100644 --- a/sample-groovy/build.gradle +++ b/sample-groovy/build.gradle @@ -56,7 +56,7 @@ android { namespace 'ru.cian.huawei.sample.groovy' defaultConfig { - applicationId "ru.cian.huawei.sample_groovy" + applicationId "ru.cian.huawei.sample.groovy" minSdkVersion libs.versions.minSdkVersion.get() as Integer targetSdkVersion libs.versions.targetSdkVersion.get() as Integer versionCode 1 diff --git a/sample-groovy/src/debug/res/values/strings.xml b/sample-groovy/src/debug/res/values/strings.xml index 4c6d176..e807052 100644 --- a/sample-groovy/src/debug/res/values/strings.xml +++ b/sample-groovy/src/debug/res/values/strings.xml @@ -1,4 +1,4 @@ - Huawei Plugin Sample1 - Hello World\nfrom Debug Sample2 app + Huawei AppGallery Plugin Sample Debug Groovy + Hello World\nfrom Sample Debug Groovy app diff --git a/sample-groovy/src/demoDebug/res/values/strings.xml b/sample-groovy/src/demoDebug/res/values/strings.xml index 57fd43f..2968832 100644 --- a/sample-groovy/src/demoDebug/res/values/strings.xml +++ b/sample-groovy/src/demoDebug/res/values/strings.xml @@ -1,4 +1,4 @@ - Huawei Plugin Sample1 - Hello World\nfrom Demo Debug Sample2 app + Huawei AppGallery Plugin Sample Demo Debug Groovy + Hello World\nfrom Sample Demo Debug Groovy app diff --git a/sample-groovy/src/demoRelease/res/values/strings.xml b/sample-groovy/src/demoRelease/res/values/strings.xml index 3c5a86f..875547a 100644 --- a/sample-groovy/src/demoRelease/res/values/strings.xml +++ b/sample-groovy/src/demoRelease/res/values/strings.xml @@ -1,4 +1,4 @@ - Huawei Plugin Sample1 - Hello World\nfrom Demo Release Sample2 app + Huawei AppGallery Plugin Sample Demo Release Groovy + Hello World\nfrom Sample Demo Release Groovy app diff --git a/sample-groovy/src/fullDebug/res/values/strings.xml b/sample-groovy/src/fullDebug/res/values/strings.xml index 573d80e..99b7a98 100644 --- a/sample-groovy/src/fullDebug/res/values/strings.xml +++ b/sample-groovy/src/fullDebug/res/values/strings.xml @@ -1,4 +1,4 @@ - Huawei Plugin Sample1 - Hello World\nfrom Full Debug Sample2 app + Huawei AppGallery Plugin Sample Full Debug Groovy + Hello World\nfrom Sample Full Debug Groovy app diff --git a/sample-groovy/src/fullRelease/res/values/strings.xml b/sample-groovy/src/fullRelease/res/values/strings.xml index ddccd6a..1e68013 100644 --- a/sample-groovy/src/fullRelease/res/values/strings.xml +++ b/sample-groovy/src/fullRelease/res/values/strings.xml @@ -1,4 +1,4 @@ - Huawei Plugin Sample1 - Hello World\nfrom Fulll Release Sample2 app + Huawei AppGallery Plugin Sample Full Release Groovy + Hello World\nfrom Sample Full Release Groovy app diff --git a/sample-groovy/src/main/AndroidManifest.xml b/sample-groovy/src/main/AndroidManifest.xml index 2d9bd48..7bdb905 100644 --- a/sample-groovy/src/main/AndroidManifest.xml +++ b/sample-groovy/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ - + - Huawei Plugin Sample2 + Huawei AppGallery Plugin Sample Groovy diff --git a/sample-kotlin/src/debug/res/values/strings.xml b/sample-kotlin/src/debug/res/values/strings.xml index cdfe0ec..a167ac0 100644 --- a/sample-kotlin/src/debug/res/values/strings.xml +++ b/sample-kotlin/src/debug/res/values/strings.xml @@ -1,4 +1,4 @@ - Huawei Plugin Sample1 - Hello World\nfrom Debug Sample1 app + Huawei AppGallery Plugin Sample Debug Kotlin + Hello World\nfrom Sample Debug Kotlin app diff --git a/sample-kotlin/src/main/res/values/strings.xml b/sample-kotlin/src/main/res/values/strings.xml index 4f4d4b0..e97a652 100644 --- a/sample-kotlin/src/main/res/values/strings.xml +++ b/sample-kotlin/src/main/res/values/strings.xml @@ -1,3 +1,3 @@ - Huawei Plugin Sample1 + Huawei AppGallery Plugin Sample Kotlin diff --git a/sample-kotlin/src/release/res/values/strings.xml b/sample-kotlin/src/release/res/values/strings.xml index 88d637f..1b570de 100644 --- a/sample-kotlin/src/release/res/values/strings.xml +++ b/sample-kotlin/src/release/res/values/strings.xml @@ -1,4 +1,4 @@ - Huawei Plugin Sample1 - Hello World\nfrom Release Sample1 app + Huawei AppGallery Plugin Sample Release Kotlin + Hello World\nfrom Sample Release Kotlin app diff --git a/settings.gradle.kts b/settings.gradle.kts index 13e77bf..3dbb71f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -8,7 +8,7 @@ include( pluginManagement { - val huaweiPublish = "1.4.1-SNAPSHOT" + val huaweiPublish = "1.4.2-SNAPSHOT" resolutionStrategy { eachPlugin {