bump version 1.4.5

This commit is contained in:
ACh Sulfate
2023-10-02 14:17:26 +08:00
committed by GitHub
parent a4a632847b
commit e74a6f966f

View File

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