File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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+
4138.2.1 (18.11.2022) +290 Commits
514------------------
615
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ Fix: Schedules handling
2+ Add: System theme based icon
You can’t perform that action at this time.
0 commit comments