mirror of
https://github.com/chiteroman/TrickyStore.git
synced 2025-07-17 15:29:32 +00:00
verify module.prop
This commit is contained in:
@@ -15,6 +15,9 @@ val verName: String by rootProject.extra
|
||||
val commitHash: String by rootProject.extra
|
||||
val abiList: List<String> by rootProject.extra
|
||||
val androidMinSdkVersion: Int by rootProject.extra
|
||||
val author: String by rootProject.extra
|
||||
val description: String by rootProject.extra
|
||||
val moduleDescription = description
|
||||
|
||||
android {
|
||||
defaultConfig {
|
||||
@@ -91,7 +94,9 @@ androidComponents.onVariants { variant ->
|
||||
"moduleId" to moduleId,
|
||||
"moduleName" to moduleName,
|
||||
"versionName" to "$verName ($verCode-$commitHash-$variantLowered)",
|
||||
"versionCode" to verCode
|
||||
"versionCode" to verCode,
|
||||
"author" to author,
|
||||
"description" to moduleDescription,
|
||||
)
|
||||
}
|
||||
from(layout.projectDirectory.file("template")) {
|
||||
|
||||
@@ -2,6 +2,6 @@ id=${moduleId}
|
||||
name=${moduleName}
|
||||
version=${versionName}
|
||||
versionCode=${versionCode}
|
||||
author=5ec1cff
|
||||
description=A trick of keystore
|
||||
author=${author}
|
||||
description=${description}
|
||||
#updateJson=
|
||||
|
||||
Reference in New Issue
Block a user