version 1.5.1

This commit is contained in:
Diego Beraldin 2024-01-14 18:52:39 +01:00
parent 38c10192a5
commit 63adb1188c
3 changed files with 6 additions and 2 deletions

View File

@ -15,8 +15,8 @@ android {
applicationId = "com.github.diegoberaldin.raccoonforlemmy.android"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 65
versionName = "1.5.0"
versionCode = 66
versionName = "1.5.1"
archivesName.set("RaccoonForLemmy")
}
buildFeatures {

View File

@ -0,0 +1,2 @@
- fix: refresh after instance or account change
- fix: comment tree structure loading

View File

@ -0,0 +1,2 @@
- fix: refresh dopo cambio istanza o account
- fix: caricamento struttura ad albero dei commenti