Skip to content

Commit

Permalink
v1.6.9 (57)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Jun 15, 2024
1 parent 54c9c11 commit a25a63a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.9
* Reduce memory usage

## 1.6.8
* Fix bug in Android 11 when trying to select an image from the gallery

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

0 comments on commit a25a63a

Please sign in to comment.