mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 05:18:41 +01:00
version 1.0.0-RC5
This commit is contained in:
parent
2e7e3f9c11
commit
1e5869c784
@ -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 = 35
|
||||
versionName = "1.0.0-RC4"
|
||||
versionCode = 36
|
||||
versionName = "1.0.0-RC5"
|
||||
archivesName.set("RaccoonForLemmy")
|
||||
}
|
||||
buildFeatures {
|
||||
|
@ -18,6 +18,11 @@ tasks.register("clean", Delete::class) {
|
||||
delete(rootProject.buildDir)
|
||||
}
|
||||
|
||||
tasks.withType<AbstractArchiveTask>().configureEach {
|
||||
isPreserveFileTimestamps = false
|
||||
isReproducibleFileOrder = true
|
||||
}
|
||||
|
||||
buildscript {
|
||||
dependencies {
|
||||
classpath(libs.moko.gradle)
|
||||
|
13
fastlane/metadata/android/en-US/changelogs/36.txt
Normal file
13
fastlane/metadata/android/en-US/changelogs/36.txt
Normal file
@ -0,0 +1,13 @@
|
||||
- feat: cross posting
|
||||
- feat: double tap behaviour
|
||||
- feat: sort communities in instance detail
|
||||
- feat: new l10ns: Dutch, Polish, Danish
|
||||
- enhancement: improvements to zombie mode
|
||||
- enhancement: copy setting from anonymous account
|
||||
- enhancement: remember instance name in login
|
||||
- enhancement: improve post and comment edit
|
||||
- enhancement: screen transition animation
|
||||
- enhancement: new custom fonts
|
||||
- enhancement: improve dropdown layout
|
||||
- fix: set content and font size
|
||||
- fix: comment expand/collapse
|
Loading…
x
Reference in New Issue
Block a user