bump version 1.4.6

This commit is contained in:
ACh Sulfate
2023-11-10 21:14:30 +08:00
parent d2244a83f1
commit 189196fbd0

View File

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