version 1.7.7

This commit is contained in:
Diego Beraldin 2024-02-15 19:28:04 +01:00
parent 7d564efc3f
commit 24bca9cd1c
2 changed files with 5 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
applicationId = "com.github.diegoberaldin.raccoonforlemmy.android"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 80
versionName = "1.7.6"
versionCode = 81
versionName = "1.7.7"
archivesName.set("RaccoonForLemmy")
}
buildFeatures {

View File

@ -0,0 +1,3 @@
- fix: post and comment editing
- fix: comment loading after deletion
- chore: remove unread indication in private messages