mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-22 11:16:19 -06:00
Bump sdk to 2.6.10-SNAPSHOT
This commit is contained in:
parent
859c6ef154
commit
f3afe7fdb7
@ -191,7 +191,7 @@ ext {
|
||||
}
|
||||
|
||||
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'
|
||||
|
||||
|
@ -59,7 +59,7 @@ class WulkanowySdkFactory @Inject constructor(
|
||||
if (mapping != null) {
|
||||
endpointsMapping = mapping.endpoints
|
||||
vTokenMapping = mapping.vTokens
|
||||
vTokenSchemeMapping = mapping.vTokenScheme
|
||||
vHeaders = mapping.vHeaders
|
||||
vParamsEvaluation = createIsolate()
|
||||
}
|
||||
}
|
||||
|
@ -14,4 +14,7 @@ data class Mapping(
|
||||
|
||||
@SerialName("vTokenScheme")
|
||||
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