Bump versjon til v1.10.0 (versionCode 15)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-04-20 13:27:35 +02:00
commit 262fafe9e0
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ class ShelterRepository(private val context: Context) {
.readTimeout(60, TimeUnit.SECONDS)
.addInterceptor(Interceptor { chain ->
chain.proceed(chain.request().newBuilder()
.header("User-Agent", "Tilfluktsrom/1.9.1")
.header("User-Agent", "Tilfluktsrom/1.10.0")
.build())
})
.build()