bump version 1.5.0

This commit is contained in:
ACh Sulfate
2024-04-09 21:39:48 +08:00
parent fca9ad2539
commit 597cbf195a

View File

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