This commit is contained in:
Vitor Pamplona
2026-01-08 19:01:01 -05:00
parent dca9a1da47
commit 54c1605de7
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -1,3 +1,9 @@
<a id="v1.05.1"></a>
# [Release v1.05.1: BugFixes](https://github.com/vitorpamplona/amethyst/releases/tag/v1.05.0) - 2025-01-08
- Fixed mixed DMs between logged in users.
- Fixed draft screen click to edit post.
<a id="v1.05.0"></a> <a id="v1.05.0"></a>
# [Release v1.05.0: Bookmark Lists and WoT Scores](https://github.com/vitorpamplona/amethyst/releases/tag/v1.05.0) - 2025-01-08 # [Release v1.05.0: Bookmark Lists and WoT Scores](https://github.com/vitorpamplona/amethyst/releases/tag/v1.05.0) - 2025-01-08
+2 -2
View File
@@ -45,8 +45,8 @@ android {
applicationId = "com.vitorpamplona.amethyst" applicationId = "com.vitorpamplona.amethyst"
minSdk = libs.versions.android.minSdk.get().toInteger() minSdk = libs.versions.android.minSdk.get().toInteger()
targetSdk = libs.versions.android.targetSdk.get().toInteger() targetSdk = libs.versions.android.targetSdk.get().toInteger()
versionCode = 431 versionCode = 432
versionName = generateVersionName("1.05.0") versionName = generateVersionName("1.05.1")
buildConfigField "String", "RELEASE_NOTES_ID", "\"b457a20195ffcf501389fcb708f0ef73f4ee263e3bba63f1b893a896129e4c79\"" buildConfigField "String", "RELEASE_NOTES_ID", "\"b457a20195ffcf501389fcb708f0ef73f4ee263e3bba63f1b893a896129e4c79\""
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
+1 -1
View File
@@ -264,7 +264,7 @@ mavenPublishing {
coordinates( coordinates(
groupId = "com.vitorpamplona.quartz", groupId = "com.vitorpamplona.quartz",
artifactId = "quartz", artifactId = "quartz",
version = "1.05.0" version = "1.05.1"
) )
// Configure publishing to Maven Central // Configure publishing to Maven Central