Skip to content

Commit

Permalink
feat: bump version to v2.0.3 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
flxapps committed Dec 14, 2023
1 parent de951e7 commit b8b08ee
Show file tree
Hide file tree
Showing 2 changed files with 4 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 = 20002
versionName = "2.0.2"
versionCode = 20003
versionName = "2.0.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20003.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed "break infinite scrolling" not working properly
- Fixed app exceptions list and filter dialog

0 comments on commit b8b08ee

Please sign in to comment.