Skip to content

Commit

Permalink
gradle: Version 1.0.1-alpha06
Browse files Browse the repository at this point in the history
* A jetpack compose internal error named IndexOutOfBoundsException while backing up/restoring is reported on Firebase but I have never reproduced it on my device, this is an attempt on fixing that.
* If you find a reproducible way, please contact me on GitHub, thanks in advance:)

Change-Id: I1fe7c14d3cc576dcd550971036211346de8cdb11
  • Loading branch information
XayahSuSuSu committed Nov 6, 2023
1 parent 5f4d1fa commit 886cae1
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 101
versionName "1.0.1-alpha05"
versionCode 102
versionName "1.0.1-alpha06"

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

0 comments on commit 886cae1

Please sign in to comment.