forked from github/wulkanowy-mirror
Bump sdk to 2.6.10-SNAPSHOT
This commit is contained in:
parent
859c6ef154
commit
f3afe7fdb7
@ -191,7 +191,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.github.wulkanowy:sdk:2.6.9'
|
implementation 'io.github.wulkanowy:sdk:2.6.10-SNAPSHOT'
|
||||||
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
||||||
|
|
||||||
|
@ -59,7 +59,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
|
vHeaders = mapping.vHeaders
|
||||||
vParamsEvaluation = createIsolate()
|
vParamsEvaluation = createIsolate()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -14,4 +14,7 @@ data class Mapping(
|
|||||||
|
|
||||||
@SerialName("vTokenScheme")
|
@SerialName("vTokenScheme")
|
||||||
val vTokenScheme: Map<String, Map<String, String>> = emptyMap(),
|
val vTokenScheme: Map<String, Map<String, String>> = emptyMap(),
|
||||||
|
|
||||||
|
@SerialName("vHeaders")
|
||||||
|
val vHeaders: Map<String, Map<String, Map<String, String>>> = emptyMap(),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user