File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
metadata/en-US/changelogs Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
1111 applicationId = " org.androidlabs.applistbackup"
1212 minSdk = 33
1313 targetSdk = 34
14- versionCode = 5
15- versionName = " 1.0"
14+ versionCode = 6
15+ versionName = " 1.0.1 "
1616
1717 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
1818 vectorDrawables {
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.5.0 "
2+ agp = " 8.5.1 "
33kotlin = " 1.9.0"
44coreKtx = " 1.13.1"
55junit = " 4.13.2"
66junitVersion = " 1.2.1"
77espressoCore = " 3.6.1"
8- lifecycleRuntimeKtx = " 2.8.2 "
9- activityCompose = " 1.9.0 "
8+ lifecycleRuntimeKtx = " 2.8.4 "
9+ activityCompose = " 1.9.1 "
1010composeBom = " 2024.06.00"
1111workRuntimeKtx = " 2.9.0"
1212runtimeLivedata = " 1.6.8"
Original file line number Diff line number Diff line change 1+ Fix case when disabled apps could be missed in the backup.
You can’t perform that action at this time.
0 commit comments