Skip to content

Commit

Permalink
8.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Jan 12, 2024
1 parent d1c653f commit 6c5845c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
CHANGELOG
=========

8.3.6 (12.01.2024) 6 Commits
------------

#### Function

- Add: ForegroundServiceType for works (Required on A14)
- Fix: Crash on backup/restore
- Update: TargetSDK 34

#### UI

- Remove: Theme color options temporarily
- Update: Revamp theme colors


8.3.5 (12.01.2024) +40 Commits & +60 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 @@ -61,8 +61,8 @@ android {
applicationId = "com.machiav3lli.backup"
minSdk = 26
targetSdk = 34
versionCode = 8315
versionName = "8.3.5"
versionCode = 8316
versionName = "8.3.6"
buildConfigField("int", "MAJOR", "8")
buildConfigField("int", "MINOR", "3")

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8316.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Add: ForegroundServiceType for works (Required on A14)
Fix: Crash on backup/restore
Update: TargetSDK 34
Remove: Theme color options temporarily
Update: Revamp theme colors

0 comments on commit 6c5845c

Please sign in to comment.