version 1.7.1

This commit is contained in:
Diego Beraldin 2024-02-01 21:40:54 +01:00
parent 868a73ce4e
commit ae4de37fe2
3 changed files with 10 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 = 73
versionName = "1.7.0"
versionCode = 74
versionName = "1.7.1"
archivesName.set("RaccoonForLemmy")
}
buildFeatures {

View File

@ -0,0 +1,4 @@
- feat: show posts featured on local instance
- enhancement: prevent accidental swipes while scrolling
- fix: manages expiration of authentication tokens
- chore: update dependencies

View File

@ -0,0 +1,4 @@
- feat: indicatore post fissati su istanza locale
- enhancement: impedisce azioni di swipe accidentali durante lo scorrimento
- fix: gestione scadenza token di autenticazione
- chore: aggiornamenti dipendenze