Skip to content

Commit

Permalink
[fastlane] Version 0.6.5 (605)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgudim committed Dec 8, 2023
1 parent 4383408 commit c888fb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

def versionMajor = 0
def versionMinor = 6
def versionPatch = 4
def versionPatch = 5
def globalSuffix = ""

ext.getVersionCode = { ->
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/605.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
General changes:
- Added missing translations
- Made blur work on older devices via RenderScript
- Added 2 additional effects for newer devices

0 comments on commit c888fb2

Please sign in to comment.