Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject committed May 18, 2024
1 parent 6f42296 commit 1f529e6
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 @@ -8,8 +8,8 @@ android {
compileSdk 34
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 30
versionCode 32
versionName "3.6.5"
versionCode 33
versionName "3.6.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/33.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Ask for notification permission on launch (to prevent a permission request during first call)
Translation updates
Dependency updates

0 comments on commit 1f529e6

Please sign in to comment.