refactor: change repository owner to HighCapable

This commit is contained in:
2023-10-07 17:50:15 +08:00
parent 87adab8029
commit 333877c4de
150 changed files with 236 additions and 236 deletions

View File

@@ -7,14 +7,14 @@ kotlin.incremental.useClasspathSnapshot=true
# Project Configuration
project.name=YukiHookAPI
project.description=An efficient Hook API and Xposed Module solution built in Kotlin.
project.url=https://github.com/fankes/YukiHookAPI
project.url=https://github.com/HighCapable/YukiHookAPI
project.groupName=com.highcapable.yukihookapi
project.yukihookapi-core.moduleName=api
project.yukihookapi-core.version="1.0.11"
project.yukihookapi-ksp-xposed.moduleName=ksp-xposed
project.yukihookapi-ksp-xposed.version=${project.yukihookapi-core.version}
project.licence.name=MIT
project.licence.url=https://github.com/fankes/YukiHookAPI/blob/master/LICENSE
project.licence.url=https://github.com/HighCapable/YukiHookAPI/blob/master/LICENSE
project.developer.id="0"
project.developer.name=fankes
project.developer.email=qzmmcn@163.com
@@ -28,6 +28,6 @@ project.samples-demo-module.packageName=${project.groupName}.demo_module
project.samples-demo-module.versionName=universal
project.samples-demo-module.versionCode=1
# Maven Publish Configuration
maven.publish.scm.connection=scm:git:git://github.com/fankes/YukiHookAPI.git
maven.publish.scm.developerConnection=scm:git:ssh://github.com/fankes/YukiHookAPI.git
maven.publish.scm.url=https://github.com/fankes/YukiHookAPI
maven.publish.scm.connection=scm:git:git://github.com/HighCapable/YukiHookAPI.git
maven.publish.scm.developerConnection=scm:git:ssh://github.com/HighCapable/YukiHookAPI.git
maven.publish.scm.url=https://github.com/HighCapable/YukiHookAPI