Bump versjon til v1.8.0 (versionCode 12)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
015bc0d926
commit
029cfa45f9
2 changed files with 3 additions and 3 deletions
|
|
@ -14,8 +14,8 @@ android {
|
||||||
applicationId = "no.naiv.tilfluktsrom"
|
applicationId = "no.naiv.tilfluktsrom"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 11
|
versionCode = 12
|
||||||
versionName = "1.7.0"
|
versionName = "1.8.0"
|
||||||
|
|
||||||
// Deep link domain — single source of truth for manifest + Kotlin code
|
// Deep link domain — single source of truth for manifest + Kotlin code
|
||||||
val deepLinkDomain = "tilfluktsrom.naiv.no"
|
val deepLinkDomain = "tilfluktsrom.naiv.no"
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ class ShelterRepository(private val context: Context) {
|
||||||
.readTimeout(60, TimeUnit.SECONDS)
|
.readTimeout(60, TimeUnit.SECONDS)
|
||||||
.addInterceptor(Interceptor { chain ->
|
.addInterceptor(Interceptor { chain ->
|
||||||
chain.proceed(chain.request().newBuilder()
|
chain.proceed(chain.request().newBuilder()
|
||||||
.header("User-Agent", "Tilfluktsrom/1.7.0")
|
.header("User-Agent", "Tilfluktsrom/1.8.0")
|
||||||
.build())
|
.build())
|
||||||
})
|
})
|
||||||
.build()
|
.build()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue