Changelog
The version update history of
Gropifyis recorded here.
Pay Attention
We will only maintain the latest API version. If you are using an outdated API version, you voluntarily renounce any possibility of maintenance.
Notice
To avoid translation time consumption, Changelog will use Google Translation from Chinese to English, please refer to the original text for actual reference.
Time zone of version release date: UTC+8
1.0.2 | 2026.06.08 latest
- Optimized the buildscript accessors cache generation process, fixed the issue where multiple Gradle Daemons may read incomplete artifacts during simultaneous initialization
- Optimized the integrity check for the buildscript accessors cache to prevent damaged
jar,pom, or unready cache from being added to the buildscript classpath - Added the
sourceCodeconfiguration method block to configure source code options shared byandroid,jvm, andkmp - Optimized the source code configuration structure, merged
CommonCodeGenerateConfigintoSourceCodeGenerateConfig, and unified the configuration override order - Fixed the issue where
android-project-namespaces.jsonmay not be regenerated when generated source code already exists - Fixed the issue where property interpolation may resolve to an empty string when
includeKeysfiltering is enabled and the referenced key is not included in the generated result - Optimized integer boundary detection for automatic property type conversion to avoid unreachable checks or implicit range matching between
IntandLong
1.0.1 | 2025.11.16 stale
- Fixed the issue where
permanentKeyValueswas incorrectly configured toreplacementKeyValues - Optimized the automatic type conversion function for property key-values, fixed the problem of negative long integers being converted to integers
- Optimized log output function, added tags and text colors for each type of log
- Added
keyValueRulesto manually specify the type of property key-values, effective whenuseTypeAutoConversionis enabled - Enhanced debugging function, added detailed log output in debug mode
- Fixed the issue where
extensionNamewas judged as empty and illegal under default settings - Added judgment content for default extension method names that may cause conflicts
- Added
manifestPlaceholdersproperty key-value synchronization function toandroidconfiguration method block - Fixed the problem of Javapoet and Kotlinpoet processing special escape characters in source code generation
- Fixed other issues that may cause build script compilation failure
1.0.0 | 2025.11.11 stale
- The first version is submitted to Maven