Skip to content

Commit

Permalink
1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tema6120 committed Nov 8, 2021
1 parent 0284151 commit d3929b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Download
height="80">](https://appgallery.huawei.com/#/app/C103089961)
[<img src="https://raw.githubusercontent.com/tema6120/ForgetMeNot/master/.github/readme/direct_apk_download.png"
alt="Get direct apk"
height="80">](https://github.com/tema6120/ForgetMeNot/releases/download/1.8.3/ForgetMeNot_v1.8.3.apk)
height="80">](https://github.com/tema6120/ForgetMeNot/releases/download/1.8.4/ForgetMeNot_v1.8.4.apk)

Features
--------
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.odnovolov.forgetmenot"
minSdkVersion 21
targetSdkVersion 30
versionCode 15
versionName "1.8.3"
versionCode 16
versionName "1.8.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- fixed bug leading to crash (sorting)

0 comments on commit d3929b0

Please sign in to comment.