Skip to content

Commit 2363003

Browse files
chore: bump version to 1.0.4
1 parent e890613 commit 2363003

File tree

6 files changed

+9
-2
lines changed

6 files changed

+9
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "org.androidlabs.applistbackup"
1212
minSdk = 28
1313
targetSdk = 35
14-
versionCode = 8
15-
versionName = "1.0.3"
14+
versionCode = 9
15+
versionName = "1.0.4"
1616

1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818
vectorDrawables {

metadata/en-US/changelogs/9.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- Fixed small bugs and improved usability.
2+
- Extended supported Android versions from 9 to 15.
3+
- Prepared the app for future localization support.
4+
- Added install source (e.g., Play Store, F-Droid, etc.).
5+
- App is now showing more statistics and useful data for new backups.
6+
- Added a filter to hide installed apps.
7+
- Improved in-app FAQ.
-3.02 KB
Loading
-7.31 KB
Loading
-51.9 KB
Loading
4.48 KB
Loading

0 commit comments

Comments
 (0)