Skip to content

Commit 60fde4e

Browse files
committed
8.3.14
1 parent 7669bb3 commit 60fde4e

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

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

4+
8.3.14 (17.10.2025) +5 Commits, +10 Translations
5+
------------
6+
7+
### Function
8+
9+
- Fix: Running ScheduleReceiver on reboot
10+
- Update: Make HelpSheet a page
11+
- TargetSDK 36
12+
13+
### UI & UX
14+
15+
- Add: Tags' filter
16+
- Fix: Moving dialogs on launch
17+
- Update: Add top bar actions to sub-pages
18+
419
8.3.13 (05.10.2025) +40 Commits, +40 Translations
520
------------
621

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ android {
4848
applicationId = "com.machiav3lli.backup"
4949
minSdk = 26
5050
targetSdk = 36
51-
versionCode = 8326
52-
versionName = "8.3.13"
51+
versionCode = 8327
52+
versionName = "8.3.14"
5353
buildConfigField("int", "MAJOR", "8")
5454
buildConfigField("int", "MINOR", "3")
5555
buildConfigField("String[]", "DETECTED_LOCALES", langsListString)
@@ -62,7 +62,7 @@ android {
6262
val variant = this
6363
outputs.all {
6464
(this as com.android.build.gradle.internal.api.BaseVariantOutputImpl).outputFileName =
65-
"Neo_Backup_${variant.versionCode}_${variant.name}.apk"
65+
"Neo_Backup_${variant.versionName}_${variant.name}.apk"
6666
}
6767
}
6868

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Add: Tags' filter
2+
Fix: Running ScheduleReceiver on reboot
3+
+ more than 10 commits, 10 translations

0 commit comments

Comments
 (0)