Chore: bump version

This commit is contained in:
kr328 2021-05-24 19:45:09 +08:00
parent 0e3ed548c9
commit ca85a688cc

View File

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