bump version (v1.2.0)

This commit is contained in:
auth 2023-07-30 23:05:29 +00:00 committed by GitHub
parent 968718c8be
commit cd8c679e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ plugins {
alias(libs.plugins.kotlinAndroid)
}
val appVersionName = "1.1.0"
val appVersionCode = 7
val appVersionName = "1.2.0"
val appVersionCode = 8
android {
namespace = "me.rhunk.snapenhance"