Skip to content

Commit

Permalink
Version 1.6.5 (53)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Mar 15, 2024
1 parent 16e2bc2 commit 946dc81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.5
* Dependency updates

## 1.6.4
* Translations updated
* Dependency updates
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ android {
}
}
namespace 'com.github.cvzi.darkmodewallpaper'
ndkVersion '26.1.10909125'
ndkVersion '26.2.11394342'
defaultConfig {
applicationId 'com.github.cvzi.darkmodewallpaper'
minSdk 29
compileSdk 34
targetSdk 34
versionCode 52
versionName '1.6.4'
versionCode 53
versionName '1.6.5'
externalNativeBuild.cmake.cppFlags '-std=c++17'
}
buildTypes {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/53.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Libraries and dependencies updated

0 comments on commit 946dc81

Please sign in to comment.