Skip to content

Commit

Permalink
v1.6.8 (56)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Jun 13, 2024
1 parent 4ae66c0 commit e6c0c75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.6.8
* Fix bug in Android 11 when trying to select an image from the gallery

## 1.6.7
* Fix a memory leak

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
minSdk 29
compileSdk 34
targetSdk 34
versionCode 55
versionName '1.6.7'
versionCode 56
versionName '1.6.8'
externalNativeBuild.cmake.cppFlags '-std=c++17'
}
buildTypes {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/56.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Reduce memory usage

0 comments on commit e6c0c75

Please sign in to comment.