Skip to content

Commit 470c68e

Browse files
authored
Merge pull request #93 from figonzal1/release-please--branches--main
chore(main): release 1.9.1
2 parents 72571e5 + 2275c1a commit 470c68e

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.0"
2+
".": "1.9.1"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.9.1](https://github.com/figonzal1/LastQuakeChile/compare/v1.9.0...v1.9.1) (2026-09-05)
4+
5+
6+
### Bug Fixes
7+
8+
* block cleartext traffic on API 23 and drop the dead localhost exception ([252cffc](https://github.com/figonzal1/LastQuakeChile/commit/252cffc91d5bb52da11ff81cf5e011b79b426452))
9+
* cleartext traffic, share cache errors and Sonar/Kover coverage ([d0730cf](https://github.com/figonzal1/LastQuakeChile/commit/d0730cf9e50658008d953497d972732b2106e58d))
10+
* keep share button working when the map fails to load ([7e6e4e0](https://github.com/figonzal1/LastQuakeChile/commit/7e6e4e0c28abb95e3876a2519c13a9d42cc4fe78))
11+
* keep toolbar fixed on ads and map tabs ([4913c05](https://github.com/figonzal1/LastQuakeChile/commit/4913c05e9e5a7baf1e24defcd9d66357703b9cd7))
12+
* keep toolbar fixed on ads and map tabs ([7fd1149](https://github.com/figonzal1/LastQuakeChile/commit/7fd11498589bd542015dc91c9914908173e70c84))
13+
* log FCM topic subscription failures ([8d516c7](https://github.com/figonzal1/LastQuakeChile/commit/8d516c7f0e3176f7d754911b31f03567ddfa4fe1))
14+
* report failures when clearing the share image cache ([29dc056](https://github.com/figonzal1/LastQuakeChile/commit/29dc056c3552e707a16939deef2df4c2ce80671f))
15+
* scope share image cache to its own subdirectory ([9858d94](https://github.com/figonzal1/LastQuakeChile/commit/9858d94981b2baa166163aac783d89cbfdc03fde))
16+
* share quake button dead when the map fails to load ([900c414](https://github.com/figonzal1/LastQuakeChile/commit/900c414863600c7739af4140556b09e7058859df))
17+
318
## [1.9.0](https://github.com/figonzal1/LastQuakeChile/compare/v1.8.0...v1.9.0) (2026-08-16)
419

520

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
33
import java.io.FileInputStream
44
import java.util.Properties
55

6-
val appVersionName = "1.9.0" // x-release-please-version
6+
val appVersionName = "1.9.1" // x-release-please-version
77
val (vMajor, vMinor, vPatch) = appVersionName.split(".").map { it.toInt() }
88

99
plugins {

0 commit comments

Comments
 (0)