mirror of
https://github.com/HighCapable/YukiReflection.git
synced 2025-09-07 03:05:21 +08:00
Update version to 1.0.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Yuki Reflection
|
||||
|
||||

|
||||

|
||||

|
||||
[](https://t.me/YukiReflection)
|
||||
<br/><br/>
|
||||
<img src="https://github.com/fankes/YukiReflection/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Yuki Reflection
|
||||
|
||||

|
||||

|
||||

|
||||
[](https://t.me/YukiReflection)
|
||||
<br/><br/>
|
||||
<img src="https://github.com/fankes/YukiReflection/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>
|
||||
|
@@ -14,7 +14,7 @@ ext {
|
||||
targetSdk : 33
|
||||
]
|
||||
app = [
|
||||
versionName: '1.0.0',
|
||||
versionName: 'universal',
|
||||
versionCode: 1
|
||||
]
|
||||
maven = [
|
||||
@@ -26,8 +26,8 @@ ext {
|
||||
repository : [
|
||||
groupId : 'com.highcapable.yukireflection',
|
||||
apiVersion : [
|
||||
name: '1.0.0',
|
||||
code: 1
|
||||
name: '1.0.1',
|
||||
code: 2
|
||||
],
|
||||
name : 'YukiReflection',
|
||||
description: 'An efficient Reflection API for the Android platform built in Kotlin.',
|
||||
|
@@ -16,6 +16,11 @@ Time zone of version release date: **UTC+8**
|
||||
|
||||
:::
|
||||
|
||||
### 1.0.0 | 2023.01.26  <Badge type="tip" text="latest" vertical="middle" />
|
||||
### 1.0.1 | 2023.04.16  <Badge type="tip" text="latest" vertical="middle" />
|
||||
|
||||
- Change the type of dependent library from **Java Library** (jar) to **Android Library** (aar)
|
||||
- Removed wrong `Class` object declaration in Android `type`
|
||||
|
||||
### 1.0.0 | 2023.01.26  <Badge type="warning" text="stale" vertical="middle" />
|
||||
|
||||
- The first version is submitted to Maven
|
@@ -8,6 +8,11 @@
|
||||
|
||||
:::
|
||||
|
||||
### 1.0.0 | 2023.01.26  <Badge type="tip" text="最新" vertical="middle" />
|
||||
### 1.0.1 | 2023.04.16  <Badge type="tip" text="最新" vertical="middle" />
|
||||
|
||||
- 将依赖库的类型由 **Java Library** (jar) 修改为 **Android Library** (aar)
|
||||
- 移除了 Android `type` 中的错误 `Class` 对象声明
|
||||
|
||||
### 1.0.0 | 2023.01.26  <Badge type="warning" text="过旧" vertical="middle" />
|
||||
|
||||
- 首个版本提交至 Maven
|
Reference in New Issue
Block a user