Skip to content

Commit

Permalink
build: bump version to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flxapps committed Jan 29, 2024
1 parent 6208c17 commit aa2dc19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "com.flx_apps.digitaldetox"
minSdk = 26
targetSdk = 33
versionCode = 20005
versionName = "2.0.5"
versionCode = 20006
versionName = "2.0.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/20006.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed issue with deactivated app not reactivating under certain circumstances

0 comments on commit aa2dc19

Please sign in to comment.