We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b340a commit f646d72Copy full SHA for f646d72
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 = 20603
19
- versionName = "2.6.3"
+ versionCode = 20604
+ versionName = "2.6.4"
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
setProperty("archivesBaseName", "$applicationId-v$versionName($versionCode)")
22
}
0 commit comments