Skip to content

Commit

Permalink
8.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Oct 12, 2023
1 parent aa063aa commit 1618706
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
CHANGELOG
=========

8.3.4 (13.10.2023) +10 Commits & +10 Translations
------------

#### Function

- Fix: Running schedules when app is not open
- Fix: Missing stub for restorePackage in specials

#### UI

- Fix: NavBar overlap of sheets
- Add: Animate navigation bar buttons

#### UX

- Fix: Crash on restarting app with open AppSheet


8.3.3 (11.09.2023) +30 Commits & +30 Translations
------------

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ android {
applicationId = "com.machiav3lli.backup"
minSdk = 26
targetSdk = 33
versionCode = 8312
versionName = "8.3.3"
versionCode = 8313
versionName = "8.3.4"
buildConfigField("int", "MAJOR", "8")
buildConfigField("int", "MINOR", "3")

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8313.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Add: Animate navigation bar buttons
Fix: Running schedules when app is not open
Fix: Missing stub for restorePackage in specials
Fix: NavBar overlap of sheets
Fix: Crash on restarting app with open AppSheet
+ more than 10 translation contributions

0 comments on commit 1618706

Please sign in to comment.