Bump version to 1.0.7

This commit is contained in:
2025-08-19 12:56:18 +08:00
parent 72037d6f08
commit 34b11eb5b7
4 changed files with 12 additions and 4 deletions

View File

@@ -45,4 +45,8 @@
- 修复在新版 Android Gradle Plugin 及 Android Studio/IDEA 中部署源码路径时的错误
`removeContentEntry: removed content entry url 'build/generated/sweet-property' still exists after removing`
- 新增 `sourceSetName` 方法,允许自定义要部署的源集名称
- 修复在类型自动转换过程中某些 `commit id` 和 Hash 可能被识别为数值类型的问题
- 修复在类型自动转换过程中某些 `commit id` 和 Hash 可能被识别为数值类型的问题
## 1.0.7 | 2025.08.19
- 合并 [#1](https://github.com/HighCapable/SweetProperty/pull/1) 并重新发布版本

View File

@@ -46,4 +46,8 @@
- Fix errors when deploying source code paths in the new version of Android Gradle Plugin and Android Studio/IDEA
`removeContentEntry: removed content entry url 'build/generated/sweet-property' still exists after removing`
- Added the `sourceSetName` method to allow customization of the source set name to be deployed
- Fix an issue where some `commit id` and Hash might be recognized as numeric types during the automatic type conversion process
- Fix an issue where some `commit id` and Hash might be recognized as numeric types during the automatic type conversion process
## 1.0.7 | 2025.08.19
- Merge [#1](https://github.com/HighCapable/SweetProperty/pull/1) and re-release the version

View File

@@ -3,7 +3,7 @@ project.name=SweetProperty
project.url=https://github.com/HighCapable/SweetProperty
project.groupName=com.highcapable.sweetproperty
project.moduleName=sweet-property
project.version=1.0.6
project.version=1.0.7
# Gradle Plugin Configuration
gradle.plugin.moduleName=${project.groupName}.gradle.plugin
gradle.plugin.implementationClass=${project.groupName}.plugin.SweetPropertyPlugin

View File

@@ -8,7 +8,7 @@ pluginManagement {
}
plugins {
id("com.highcapable.sweetdependency") version "1.0.4"
id("com.highcapable.sweetproperty") version "1.0.6"
id("com.highcapable.sweetproperty") version "1.0.7"
}
sweetDependency {
isEnableVerboseMode = false