mirror of
https://github.com/BetterAndroid/PanguText.git
synced 2025-09-01 08:15:21 +08:00
Bump pangutext-android to 1.0.3
This commit is contained in:
@@ -18,7 +18,12 @@ Time zone of version release date: **UTC+8**
|
||||
|
||||
## pangutext-android
|
||||
|
||||
### 1.0.2 | 2025.03.05  <Badge type="tip" text="latest" vertical="middle" />
|
||||
### 1.0.3 | 2025.08.03  <Badge type="tip" text="latest" vertical="middle" />
|
||||
|
||||
- Migrate Java reflection-related behavior from [YukiReflection](https://github.com/HighCapable/YukiReflection) to [KavaRef](https://github.com/HighCapable/KavaRef)
|
||||
- Other known issues fixed
|
||||
|
||||
### 1.0.2 | 2025.03.05  <Badge type="warning" text="stale" vertical="middle" />
|
||||
|
||||
- Added exception handling in `PanguTextFactory2` during injection to avoid interrupting the entire process during `View` initialization
|
||||
- Removed duplicate injection warning logs, now duplicate injections of `PanguText` will have no effect
|
||||
|
@@ -10,7 +10,12 @@
|
||||
|
||||
## pangutext-android
|
||||
|
||||
### 1.0.2 | 2025.03.05  <Badge type="tip" text="最新" vertical="middle" />
|
||||
### 1.0.3 | 2025.08.03  <Badge type="tip" text="最新" vertical="middle" />
|
||||
|
||||
- 将 Java 反射相关行为由 [YukiReflection](https://github.com/HighCapable/YukiReflection) 迁移至 [KavaRef](https://github.com/HighCapable/KavaRef)
|
||||
- 其它已知问题修复
|
||||
|
||||
### 1.0.2 | 2025.03.05  <Badge type="warning" text="过旧" vertical="middle" />
|
||||
|
||||
- `PanguTextFactory2` 在注入时新增异常捕获,避免在 `View` 自身初始化过程中断整个处理过程
|
||||
- 移除重复注入的警告日志,现在重复注入 `PanguText` 将无任何作用产生
|
||||
|
@@ -8,14 +8,14 @@ kotlin.incremental.useClasspathSnapshot=true
|
||||
project.name=PanguText
|
||||
project.url=https://github.com/BetterAndroid/PanguText
|
||||
project.groupName=com.highcapable.pangutext
|
||||
project.android.compileSdk=35
|
||||
project.android.compileSdk=36
|
||||
project.android.minSdk=21
|
||||
project.android.targetSdk=35
|
||||
project.android.targetSdk=36
|
||||
project.app.packageName=com.highcapable.pangutext.demo
|
||||
project.app.versionName=universal
|
||||
project.app.versionCode=1
|
||||
project.pangutext-android.namespace=${project.groupName}.android
|
||||
project.pangutext-android.version="1.0.2"
|
||||
project.pangutext-android.version="1.0.3"
|
||||
# Maven Publish Configuration
|
||||
SONATYPE_HOST=CENTRAL_PORTAL
|
||||
RELEASE_SIGNING_ENABLED=true
|
||||
|
Reference in New Issue
Block a user