From a25a63a55db9e2c03901719ae1dd7c960efbe813 Mon Sep 17 00:00:00 2001 From: cvzi Date: Sat, 15 Jun 2024 16:45:55 +0200 Subject: [PATCH] v1.6.9 (57) --- CHANGELOG.md | 3 +++ app/build.gradle | 5 ++--- build.gradle | 2 +- fastlane/metadata/android/en-US/changelogs/57.txt | 1 + 4 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/57.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e66d7..c30e44d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.6.9 +* Reduce memory usage + ## 1.6.8 * Fix bug in Android 11 when trying to select an image from the gallery diff --git a/app/build.gradle b/app/build.gradle index 9b1e4fc..6177ac5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { minSdk 29 compileSdk 34 targetSdk 34 - versionCode 56 - versionName '1.6.8' + versionCode 57 + versionName '1.6.9' externalNativeBuild.cmake.cppFlags '-std=c++17' } buildTypes { @@ -62,7 +62,6 @@ licenseReport { copyHtmlReportToAssets = true } dependencies { - implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'com.google.android.material:material:1.12.0' implementation 'com.github.martin-stone:hsv-alpha-color-picker-android:3.1.0' diff --git a/build.gradle b/build.gradle index c580e7d..d57c3ea 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.4.2' apply false + id 'com.android.application' version '8.5.0' apply false id 'org.jetbrains.kotlin.android' version '2.0.0' apply false id 'com.jaredsburrows.license' version '0.9.8' apply false } diff --git a/fastlane/metadata/android/en-US/changelogs/57.txt b/fastlane/metadata/android/en-US/changelogs/57.txt new file mode 100644 index 0000000..1930c71 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/57.txt @@ -0,0 +1 @@ +Reduce memory usage \ No newline at end of file