main.com.highcapable.yukihookapi.generated.YukiHookAPIProperties.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ksp-xposed Show documentation
Show all versions of ksp-xposed Show documentation
An efficient Hook API and Xposed Module solution built in Kotlin.
The newest version!
package com.highcapable.yukihookapi.generated
import kotlin.Int
import kotlin.String
/**
* This class is generated by SweetProperty at Jun 20, 2024, 10:34:05 AM
*
* The content here is automatically generated according to the properties of your projects
*
* You can visit [here](https://github.com/HighCapable/SweetProperty) for more help
*/
internal object YukiHookAPIProperties {
/**
* Resolve the "project.samples-demo-module.packageName" value
* "com.highcapable.yukihookapi.demo_module"
*/
internal const val PROJECT_SAMPLES_DEMO_MODULE_PACKAGE_NAME: String =
"com.highcapable.yukihookapi.demo_module"
/**
* Resolve the "project.name" value "YukiHookAPI"
*/
internal const val PROJECT_NAME: String = "YukiHookAPI"
/**
* Resolve the "project.yukihookapi-core.moduleName" value "api"
*/
internal const val PROJECT_YUKIHOOKAPI_CORE_MODULE_NAME: String = "api"
/**
* Resolve the "project.samples-demo-app.versionCode" value 1
*/
internal const val PROJECT_SAMPLES_DEMO_APP_VERSION_CODE: Int = 1
/**
* Resolve the "project.samples-demo-module.versionCode" value 1
*/
internal const val PROJECT_SAMPLES_DEMO_MODULE_VERSION_CODE: Int = 1
/**
* Resolve the "project.groupName" value "com.highcapable.yukihookapi"
*/
internal const val PROJECT_GROUP_NAME: String = "com.highcapable.yukihookapi"
/**
* Resolve the "project.yukihookapi-ksp-xposed.moduleName" value "ksp-xposed"
*/
internal const val PROJECT_YUKIHOOKAPI_KSP_XPOSED_MODULE_NAME: String = "ksp-xposed"
/**
* Resolve the "project.android.compileSdk" value 34
*/
internal const val PROJECT_ANDROID_COMPILE_SDK: Int = 34
/**
* Resolve the "project.samples-demo-app.packageName" value "com.highcapable.yukihookapi.demo_app"
*/
internal const val PROJECT_SAMPLES_DEMO_APP_PACKAGE_NAME: String =
"com.highcapable.yukihookapi.demo_app"
/**
* Resolve the "project.url" value "https://github.com/HighCapable/YukiHookAPI"
*/
internal const val PROJECT_URL: String = "https://github.com/HighCapable/YukiHookAPI"
/**
* Resolve the "project.yukihookapi-core.version" value "1.2.1"
*/
internal const val PROJECT_YUKIHOOKAPI_CORE_VERSION: String = "1.2.1"
/**
* Resolve the "project.samples-demo-module.versionName" value "universal"
*/
internal const val PROJECT_SAMPLES_DEMO_MODULE_VERSION_NAME: String = "universal"
/**
* Resolve the "project.yukihookapi-ksp-xposed.version" value "1.2.1"
*/
internal const val PROJECT_YUKIHOOKAPI_KSP_XPOSED_VERSION: String = "1.2.1"
/**
* Resolve the "project.android.minSdk" value 21
*/
internal const val PROJECT_ANDROID_MIN_SDK: Int = 21
/**
* Resolve the "project.android.targetSdk" value 34
*/
internal const val PROJECT_ANDROID_TARGET_SDK: Int = 34
/**
* Resolve the "project.samples-demo-app.versionName" value "universal"
*/
internal const val PROJECT_SAMPLES_DEMO_APP_VERSION_NAME: String = "universal"
}