Update version to 1.0.1

This commit is contained in:
2023-04-16 00:45:35 +08:00
parent b79547b9e7
commit 44927b534a
5 changed files with 17 additions and 7 deletions

View File

@@ -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.',