Skip to content

Commit

Permalink
v1.6.10 (58)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Jun 19, 2024
1 parent 4c56240 commit 98ae53b
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.10
* Fix a crash after applying the wallpaper

## 1.6.9
* Reduce memory usage

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 57
versionName '1.6.9'
versionCode 58
versionName '1.6.10'
externalNativeBuild.cmake.cppFlags '-std=c++17'
}
buildTypes {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/58.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Reduce memory usage

0 comments on commit 98ae53b

Please sign in to comment.