feat: lots of changes

- add BuildConfigWrapper
- add project promote
- add ci version tag support
- change app analytics config item show when available
- fix system api compat issues
This commit is contained in:
2023-09-19 05:12:44 +08:00
parent ccc50d720e
commit c1e584d739
136 changed files with 357 additions and 101 deletions

View File

@@ -66,7 +66,7 @@ androidComponents {
val currentSuffix = property.github.ci.commit.id.let { suffix -> if (suffix.isNotBlank()) "-$suffix" else "" }
val currentVersion = "${output.versionName.get()}$currentSuffix(${output.versionCode.get()})"
if (output is com.android.build.api.variant.impl.VariantOutputImpl)
output.outputFileName.set("${property.project.name}-v$currentVersion-$currentType.apk")
output.outputFileName.set("${property.project.name}-demo-v$currentVersion-$currentType.apk")
}
}
}