1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-19 18:39:09 -05:00

Bump sdk to 2.6.12-SNAPSHOT

This commit is contained in:
Mikołaj Pich 2024-05-29 16:33:49 +02:00
parent 47041c5fcb
commit 85d3a6e8a7
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ ext {
}
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'

View File

@ -11,6 +11,6 @@ interface WulkanowyService {
@GET("/v1.json")
suspend fun getAdminMessages(): List<AdminMessage>
@GET("/mapping2.json")
@GET("/mapping3.json")
suspend fun getMapping(): Mapping
}