Bump to 0.7.0

This commit is contained in:
Nullptr
2023-06-04 11:10:04 +08:00
parent 954a712089
commit bea5ed47b8
3 changed files with 8 additions and 8 deletions

View File

@@ -45,8 +45,8 @@ androidComponents.onVariants { variant ->
include("module.prop")
expand(
"moduleId" to moduleId,
"moduleName" to "$moduleName-$variantCapped",
"versionName" to "$verName ($verCode)-($variantCapped)",
"moduleName" to moduleName,
"versionName" to "$verName ($verCode-$variantLowered)",
"versionCode" to verCode,
)
}