mirror of
https://github.com/BetterAndroid/FlexiLocale.git
synced 2025-09-04 02:05: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 PROJECT_URL = FlexiLocaleProperties.POM_URL
|
||||
const val PROJECT_URL = FlexiLocaleProperties.PROJECT_URL
|
||||
}
|
@@ -1,5 +1,6 @@
|
||||
# Project Configuration
|
||||
project.name=FlexiLocale
|
||||
project.url=https://github.com/BetterAndroid/FlexiLocale
|
||||
project.groupName=com.highcapable.flexilocale
|
||||
project.moduleName=flexi-locale
|
||||
project.version=1.0.1
|
||||
|
@@ -16,6 +16,7 @@ sweetProperty {
|
||||
global {
|
||||
sourcesCode {
|
||||
className = rootProject.name
|
||||
includeKeys("^project\\..*\$".toRegex())
|
||||
isEnableRestrictedAccess = true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user