Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishksahu committed Aug 17, 2024
1 parent eaa0e51 commit c65b10d
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -16,8 +16,8 @@ android {

minSdk 29
targetSdk 34
versionCode 35
versionName "2.0.4"
versionCode 36
versionName "2.0.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/36.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fixed an issue with text editor where saved file showed 0KB in the list
* Improvements to Notifications
* Other bug fixes and improvements

0 comments on commit c65b10d

Please sign in to comment.