We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c6eff2 + 97524a3 commit 424d79bCopy full SHA for 424d79b
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 = 20805
19
- versionName = "2.8.5"
+ versionCode = 20806
+ versionName = "2.8.6"
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
setProperty("archivesBaseName", "$applicationId-v$versionName($versionCode)")
22
}
0 commit comments