Bump versjon til v1.7.0 (versionCode 11)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a829742fe6
commit
97225d1e77
2 changed files with 3 additions and 3 deletions
|
|
@ -14,8 +14,8 @@ android {
|
|||
applicationId = "no.naiv.tilfluktsrom"
|
||||
minSdk = 26
|
||||
targetSdk = 35
|
||||
versionCode = 10
|
||||
versionName = "1.6.1"
|
||||
versionCode = 11
|
||||
versionName = "1.7.0"
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
|
|
|
|||
|
|
@ -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.6.1")
|
||||
.header("User-Agent", "Tilfluktsrom/1.7.0")
|
||||
.build())
|
||||
})
|
||||
.build()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue