bump version 1.4.7

This commit is contained in:
ACh Sulfate
2024-02-01 21:29:38 +08:00
parent be568d3f00
commit b3d4b79569

View File

@@ -10,7 +10,7 @@ object Version {
val buildToolsVersion = findBuildToolsVersion()
const val minSdk = 24
const val targetSdk = 34
const val versionName = "1.4.6"
const val versionName = "1.4.7"
private const val defaultNdkVersion = "25.2.9519653"
private const val defaultCMakeVersion = "3.22.1"