mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 05:28:40 +01:00
version 1.8.0
This commit is contained in:
parent
c561739a1d
commit
97db8e7a0d
@ -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 = 83
|
||||
versionName = "1.8.0-20240229-pre"
|
||||
versionCode = 84
|
||||
versionName = "1.8.0"
|
||||
archivesName.set("RaccoonForLemmy")
|
||||
}
|
||||
buildFeatures {
|
||||
@ -52,6 +52,14 @@ android {
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
splits {
|
||||
abi {
|
||||
isEnable = true
|
||||
reset()
|
||||
include("arm64-v8a", "x86_64")
|
||||
isUniversalApk = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
11
fastlane/metadata/android/en-US/changelogs/84.txt
Normal file
11
fastlane/metadata/android/en-US/changelogs/84.txt
Normal file
@ -0,0 +1,11 @@
|
||||
- possibility to save drafts for posts and comments
|
||||
- content look and feel confiuration with preview
|
||||
- reorganization of settings screen
|
||||
- custom font scale for content classes
|
||||
- new Markdown rendering
|
||||
- new navigation transition
|
||||
- new material design navigation drawer
|
||||
- improved user detail and community detail
|
||||
- show vote detail in raw content dialog
|
||||
- layout update for report and ban screens and about dialog
|
||||
- retain input after configuration change
|
Loading…
x
Reference in New Issue
Block a user