From 85d3a6e8a7b8290b4ebd5fab7cf0394525601e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Wed, 29 May 2024 16:33:49 +0200 Subject: [PATCH] Bump sdk to 2.6.12-SNAPSHOT --- app/build.gradle | 2 +- .../io/github/wulkanowy/data/api/services/WulkanowyService.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fa843d593..910f2f9a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/app/src/main/java/io/github/wulkanowy/data/api/services/WulkanowyService.kt b/app/src/main/java/io/github/wulkanowy/data/api/services/WulkanowyService.kt index 161e93d6d..cb6127ed6 100644 --- a/app/src/main/java/io/github/wulkanowy/data/api/services/WulkanowyService.kt +++ b/app/src/main/java/io/github/wulkanowy/data/api/services/WulkanowyService.kt @@ -11,6 +11,6 @@ interface WulkanowyService { @GET("/v1.json") suspend fun getAdminMessages(): List - @GET("/mapping2.json") + @GET("/mapping3.json") suspend fun getMapping(): Mapping }