bump version 1.4.8

This commit is contained in:
ACh Sulfate
2024-02-10 14:43:12 +08:00
parent d5a60b0f4f
commit 3aed1c522d

View File

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