Chore: bump version

This commit is contained in:
kr328 2021-05-23 22:42:20 +08:00
parent 93aed001af
commit f8a3308b46

View File

@ -1,7 +1,7 @@
import org.gradle.api.Project
const val buildVersionCode = 204001
const val buildVersionName = "2.4.1"
const val buildVersionCode = 204002
const val buildVersionName = "2.4.2"
const val buildMinSdkVersion = 21
const val buildTargetSdkVersion = 30