Skip to content

Commit

Permalink
Bump version and add release notes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
espen-j committed Feb 14, 2025
1 parent 0a65c4c commit be0d275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
namespace = "app.zimly.backup"
minSdk = 29
targetSdk = 35
versionCode = 56
versionName = "2.1.0"
versionCode = 57
versionName = "2.1.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
5 changes: 2 additions & 3 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
2.1.0
* Error Screen for uncaught exceptions #24
* Show warning in case of unsatisfied permission grants #24
2.1.1
* Fix potential null-pointer when listing media collections #24

Full changelog:
https://github.com/zimly/zimly-backup/releases

0 comments on commit be0d275

Please sign in to comment.