Skip to content

Commit b0ed55e

Browse files
chore: bump version to 1.0.1
1 parent 9b32056 commit b0ed55e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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 = 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 {

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
2-
agp = "8.5.0"
2+
agp = "8.5.1"
33
kotlin = "1.9.0"
44
coreKtx = "1.13.1"
55
junit = "4.13.2"
66
junitVersion = "1.2.1"
77
espressoCore = "3.6.1"
8-
lifecycleRuntimeKtx = "2.8.2"
9-
activityCompose = "1.9.0"
8+
lifecycleRuntimeKtx = "2.8.4"
9+
activityCompose = "1.9.1"
1010
composeBom = "2024.06.00"
1111
workRuntimeKtx = "2.9.0"
1212
runtimeLivedata = "1.6.8"

metadata/en-US/changelogs/6.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix case when disabled apps could be missed in the backup.

0 commit comments

Comments
 (0)