Skip to content

Commit

Permalink
New Bugfix Release - v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fm-sys committed Mar 23, 2021
1 parent 4b0f912 commit 8d3f8d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
// - Post release info to Twitter
// - Optional: At last the output-metadata.json can be moved to the docs folder to trigger the in-app update notification.

versionCode 7
versionName "1.5.1"
versionCode 8
versionName "1.5.2"
applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "snapdrop_v${defaultConfig.versionName}.apk"
Expand Down
Binary file added app/release/old/snapdrop_v1.5.2.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"versionCode": 6,
"versionName": "1.5",
"outputFile": "snapdrop_v1.5.1.apk"
"versionName": "1.5.2",
"outputFile": "snapdrop_v1.5.2.apk"
}
]
}

0 comments on commit 8d3f8d0

Please sign in to comment.