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 1d60cfb commit e65699cCopy full SHA for e65699c
app/build.gradle
@@ -24,8 +24,8 @@ android {
24
// - Optional: Post release info to X/Twitter
25
// - Otherwise: - `git tag vX.X.X` and `git push origin vX.X.X`
26
27
- versionCode 43
28
- versionName "2.2.4"
+ versionCode 44
+ versionName "2.3.0"
29
applicationVariants.all { variant ->
30
variant.outputs.all {
31
outputFileName = "snapdrop_v${defaultConfig.versionName}.apk"
0 commit comments