Skip to content

Commit

Permalink
v1.6.7 (55)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Jun 9, 2024
1 parent 4a382a4 commit 524e7fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.6.6
## 1.6.7
* Fix a memory leak

## 1.6.5
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 53
versionName '1.6.6'
versionCode 55
versionName '1.6.7'
externalNativeBuild.cmake.cppFlags '-std=c++17'
}
buildTypes {
Expand Down

0 comments on commit 524e7fd

Please sign in to comment.