mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
refactor: change repository owner to HighCapable
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user