version 1.7.6

This commit is contained in:
Diego Beraldin 2024-02-14 09:15:52 +01:00
parent 9cbc9cfdcc
commit 221e9f3480
3 changed files with 6 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 = 79
versionName = "1.7.5"
versionCode = 80
versionName = "1.7.6"
archivesName.set("RaccoonForLemmy")
}
buildFeatures {

View File

@ -0,0 +1,2 @@
- refactor: update resource and localization
- fix: minor bug fixes and stability improvements

View File

@ -0,0 +1,2 @@
- refactor: aggiornamento risorse e localizzazione
- fix: correzioni di minore entità e miglioramenti di stabilità