We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00b45ed + c1742be commit fc8620fCopy full SHA for fc8620f
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 = 20602
19
- versionName = "2.6.2"
+ versionCode = 20603
+ versionName = "2.6.3"
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
setProperty("archivesBaseName", "$applicationId-v$versionName($versionCode)")
22
}
0 commit comments