mirror of
https://github.com/BetterAndroid/FlexiLocale.git
synced 2025-09-05 10:45:15 +08:00
chore: specify project name in properties
This commit is contained in:
@@ -37,5 +37,5 @@ object FlexiLocale {
|
|||||||
const val VERSION = FlexiLocaleProperties.PROJECT_VERSION
|
const val VERSION = FlexiLocaleProperties.PROJECT_VERSION
|
||||||
|
|
||||||
/** 项目地址 */
|
/** 项目地址 */
|
||||||
const val PROJECT_URL = FlexiLocaleProperties.POM_URL
|
const val PROJECT_URL = FlexiLocaleProperties.PROJECT_URL
|
||||||
}
|
}
|
@@ -1,5 +1,6 @@
|
|||||||
# Project Configuration
|
# Project Configuration
|
||||||
project.name=FlexiLocale
|
project.name=FlexiLocale
|
||||||
|
project.url=https://github.com/BetterAndroid/FlexiLocale
|
||||||
project.groupName=com.highcapable.flexilocale
|
project.groupName=com.highcapable.flexilocale
|
||||||
project.moduleName=flexi-locale
|
project.moduleName=flexi-locale
|
||||||
project.version=1.0.1
|
project.version=1.0.1
|
||||||
|
@@ -16,6 +16,7 @@ sweetProperty {
|
|||||||
global {
|
global {
|
||||||
sourcesCode {
|
sourcesCode {
|
||||||
className = rootProject.name
|
className = rootProject.name
|
||||||
|
includeKeys("^project\\..*\$".toRegex())
|
||||||
isEnableRestrictedAccess = true
|
isEnableRestrictedAccess = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user