Skip to content

Commit

Permalink
gradle: Version 1.0.1-alpha04
Browse files Browse the repository at this point in the history
* 1. Fix IndexOutOfBoundsException using LazyColumn and mutableStateListOf<T>
* 2. Drop setPackagesSuspended() operation in Backup

Change-Id: Ibd676ea8e0f7e6e04b6dcafa84a99ead9005a9b6
  • Loading branch information
XayahSuSuSu committed Oct 31, 2023
1 parent 9504d46 commit bf0f084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.xayah.databackup"
minSdk 28
targetSdk 34
versionCode 99
versionName "1.0.1-alpha03"
versionCode 100
versionName "1.0.1-alpha04"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit bf0f084

Please sign in to comment.