We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6cdd8 commit 9563385Copy full SHA for 9563385
1 file changed
app/build.gradle.kts
@@ -15,8 +15,8 @@ android {
15
applicationId = "me.rosuh.easywatermark"
16
minSdk = (Apps.minSdk)
17
targetSdk = (Apps.targetSdk)
18
- versionCode = 20606
19
- versionName = "2.6.6"
+ versionCode = 20607
+ versionName = "2.6.7"
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
setProperty("archivesBaseName", "$applicationId-v$versionName($versionCode)")
22
}
0 commit comments