mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-10 00:20:57 -06:00
Bump sdk to 2.6.12-SNAPSHOT
This commit is contained in:
parent
47041c5fcb
commit
85d3a6e8a7
@ -191,7 +191,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.github.wulkanowy:sdk:2.6.11'
|
implementation 'io.github.wulkanowy:sdk:2.6.12-SNAPSHOT'
|
||||||
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
||||||
|
|
||||||
|
@ -11,6 +11,6 @@ interface WulkanowyService {
|
|||||||
@GET("/v1.json")
|
@GET("/v1.json")
|
||||||
suspend fun getAdminMessages(): List<AdminMessage>
|
suspend fun getAdminMessages(): List<AdminMessage>
|
||||||
|
|
||||||
@GET("/mapping2.json")
|
@GET("/mapping3.json")
|
||||||
suspend fun getMapping(): Mapping
|
suspend fun getMapping(): Mapping
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user