File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,12 @@ Time zone of version release date: **UTC+8**
1818
1919## pangutext-android
2020
21- ### 1.0.2 | 2025.03.05 &ensp ; <Badge type =" tip " text =" latest " vertical =" middle " />
21+ ### 1.0.3 | 2025.08.03 &ensp ; <Badge type =" tip " text =" latest " vertical =" middle " />
22+
23+ - Migrate Java reflection-related behavior from [ YukiReflection] ( https://github.com/HighCapable/YukiReflection ) to [ KavaRef] ( https://github.com/HighCapable/KavaRef )
24+ - Other known issues fixed
25+
26+ ### 1.0.2 | 2025.03.05 &ensp ; <Badge type =" warning " text =" stale " vertical =" middle " />
2227
2328- Added exception handling in ` PanguTextFactory2 ` during injection to avoid interrupting the entire process during ` View ` initialization
2429- Removed duplicate injection warning logs, now duplicate injections of ` PanguText ` will have no effect
Original file line number Diff line number Diff line change 1010
1111## pangutext-android
1212
13- ### 1.0.2 | 2025.03.05 &ensp ; <Badge type =" tip " text =" 最新 " vertical =" middle " />
13+ ### 1.0.3 | 2025.08.03 &ensp ; <Badge type =" tip " text =" 最新 " vertical =" middle " />
14+
15+ - 将 Java 反射相关行为由 [ YukiReflection] ( https://github.com/HighCapable/YukiReflection ) 迁移至 [ KavaRef] ( https://github.com/HighCapable/KavaRef )
16+ - 其它已知问题修复
17+
18+ ### 1.0.2 | 2025.03.05 &ensp ; <Badge type =" warning " text =" 过旧 " vertical =" middle " />
1419
1520- ` PanguTextFactory2 ` 在注入时新增异常捕获,避免在 ` View ` 自身初始化过程中断整个处理过程
1621- 移除重复注入的警告日志,现在重复注入 ` PanguText ` 将无任何作用产生
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ kotlin.incremental.useClasspathSnapshot=true
88project.name =PanguText
99project.url =https://github.com/BetterAndroid/PanguText
1010project.groupName =com.highcapable.pangutext
11- project.android.compileSdk =35
11+ project.android.compileSdk =36
1212project.android.minSdk =21
13- project.android.targetSdk =35
13+ project.android.targetSdk =36
1414project.app.packageName =com.highcapable.pangutext.demo
1515project.app.versionName =universal
1616project.app.versionCode =1
1717project.pangutext-android.namespace =${project.groupName}.android
18- project.pangutext-android.version ="1.0.2 "
18+ project.pangutext-android.version ="1.0.3 "
1919# Maven Publish Configuration
2020SONATYPE_HOST =CENTRAL_PORTAL
2121RELEASE_SIGNING_ENABLED =true
You can’t perform that action at this time.
0 commit comments