Skip to content

Commit 00a885c

Browse files
committed
8.2.2
1 parent 751b4ec commit 00a885c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGELOG
22
=========
33

4+
8.2.2 (23.11.2022) +160 Commits
5+
------------------
6+
7+
#### Function
8+
- Fix: Schedules handling
9+
10+
#### UI
11+
- Add: System theme based icon
12+
413
8.2.1 (18.11.2022) +290 Commits
514
------------------
615

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ android {
4545
applicationId = "com.machiav3lli.backup"
4646
minSdk = 26
4747
targetSdk = 32
48-
versionCode = 8204
49-
versionName = "8.2.1"
48+
versionCode = 8205
49+
versionName = "8.2.2"
5050
buildConfigField("int", "MAJOR", "8")
5151
buildConfigField("int", "MINOR", "2")
5252

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fix: Schedules handling
2+
Add: System theme based icon

0 commit comments

Comments
 (0)