bump version (v1.2.1)

This commit is contained in:
auth 2023-08-01 12:30:24 +00:00 committed by GitHub
parent 6b1d4bdc0a
commit a3afdc5000
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.1"
val appVersionCode = 9
android {
namespace = "me.rhunk.snapenhance"
@ -116,4 +116,4 @@ afterEvaluate {
}
}
}
}
}