We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc65461 commit f16c11aCopy full SHA for f16c11a
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 = 20607
19
- versionName = "2.6.7"
+ versionCode = 20608
+ versionName = "2.6.8"
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
setProperty("archivesBaseName", "$applicationId-v$versionName($versionCode)")
22
}
0 commit comments