We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09c3cd commit cd0a375Copy full SHA for cd0a375
app/build.gradle
@@ -25,8 +25,8 @@ android {
25
// - Publish the release tag on Github
26
// - Post release info to Twitter
27
28
- versionCode 36
29
- versionName "2.0.2"
+ versionCode 37
+ versionName "2.0.3"
30
applicationVariants.all { variant ->
31
variant.outputs.all {
32
outputFileName = "snapdrop_v${defaultConfig.versionName}.apk"
0 commit comments