forked from github/wulkanowy-mirror
Compare commits
6 Commits
f6b8c33121
...
e553d9cdcf
Author | SHA1 | Date | |
---|---|---|---|
e553d9cdcf | |||
eed3a93196 | |||
|
b6f5ac91ad | ||
|
d1d0caa1e3 | ||
|
c40779f48f | ||
|
594d2dbec5 |
@ -27,8 +27,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 165
|
versionCode 167
|
||||||
versionName "2.6.5"
|
versionName "2.6.7"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
resValue "string", "app_name", "Wulkanowy"
|
resValue "string", "app_name", "Wulkanowy"
|
||||||
@ -161,7 +161,7 @@ play {
|
|||||||
track = 'production'
|
track = 'production'
|
||||||
releaseStatus = ReleaseStatus.IN_PROGRESS
|
releaseStatus = ReleaseStatus.IN_PROGRESS
|
||||||
userFraction = 0.99d
|
userFraction = 0.99d
|
||||||
updatePriority = 3
|
updatePriority = 2
|
||||||
enabled.set(false)
|
enabled.set(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -191,7 +191,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.github.wulkanowy:sdk:2.6.4'
|
implementation 'io.github.wulkanowy:sdk:2.6.6'
|
||||||
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
||||||
|
|
||||||
|
@ -47,6 +47,7 @@ class WulkanowySdkFactory @Inject constructor(
|
|||||||
if (mapping != null) {
|
if (mapping != null) {
|
||||||
endpointsMapping = mapping.endpoints
|
endpointsMapping = mapping.endpoints
|
||||||
vTokenMapping = mapping.vTokens
|
vTokenMapping = mapping.vTokens
|
||||||
|
vTokenSchemeMapping = mapping.vTokenScheme
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,4 +11,7 @@ data class Mapping(
|
|||||||
|
|
||||||
@SerialName("vTokens")
|
@SerialName("vTokens")
|
||||||
val vTokens: Map<String, Map<String, Map<String, String>>>,
|
val vTokens: Map<String, Map<String, Map<String, String>>>,
|
||||||
|
|
||||||
|
@SerialName("vTokenScheme")
|
||||||
|
val vTokenScheme: Map<String, Map<String, String>> = emptyMap(),
|
||||||
)
|
)
|
||||||
|
@ -11,6 +11,6 @@ interface WulkanowyService {
|
|||||||
@GET("/v1.json")
|
@GET("/v1.json")
|
||||||
suspend fun getAdminMessages(): List<AdminMessage>
|
suspend fun getAdminMessages(): List<AdminMessage>
|
||||||
|
|
||||||
@GET("/mapping1.json")
|
@GET("/mapping2.json")
|
||||||
suspend fun getMapping(): Mapping
|
suspend fun getMapping(): Mapping
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Wersja 2.6.5
|
Wersja 2.6.7
|
||||||
|
|
||||||
— naprawiliśmy pozostałe bieżące problemy spowodowane ostatnimi blokadami Wulkanowego przez wiadomo kogo
|
— taka tam aktualizacja wiadomości w czwartek. Jeśli widzisz to w piątek, to może już nie działać
|
||||||
|
|
||||||
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
||||||
|
Loading…
Reference in New Issue
Block a user