Skip to content

Commit

Permalink
1.6.11 (59)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Jul 1, 2024
1 parent cb501f5 commit 184d8b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.6.11
* SDK 35
* Reduce memory usage

## 1.6.10
* Fix a crash after applying the wallpaper

Expand Down
9 changes: 4 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'maven-publish'
id 'com.jaredsburrows.license'
}
android {
Expand All @@ -18,10 +17,10 @@ android {
defaultConfig {
applicationId 'com.github.cvzi.darkmodewallpaper'
minSdk 29
compileSdk 34
targetSdk 34
versionCode 58
versionName '1.6.10'
compileSdk 35
targetSdk 35
versionCode 59
versionName '1.6.11'
externalNativeBuild.cmake.cppFlags '-std=c++17'
}
buildTypes {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/59.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Reduce memory usage

0 comments on commit 184d8b2

Please sign in to comment.