bump version 1.5.1

This commit is contained in:
klxiaoniu
2024-06-02 21:42:33 +08:00
parent f42ee54e06
commit 9d589b7a39

View File

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