1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-11-22 15:26:26 -06:00

Bump sdk to 2.3.3

This commit is contained in:
Mikołaj Pich 2024-01-03 16:01:30 +01:00
parent 4d1218d1d3
commit 0aa83b020e

View File

@ -162,7 +162,7 @@ play {
defaultToAppBundles = false defaultToAppBundles = false
track = 'production' track = 'production'
releaseStatus = ReleaseStatus.IN_PROGRESS releaseStatus = ReleaseStatus.IN_PROGRESS
userFraction = 0.15d userFraction = 0.99d
updatePriority = 3 updatePriority = 3
enabled.set(false) enabled.set(false)
} }
@ -193,7 +193,7 @@ ext {
} }
dependencies { dependencies {
implementation 'io.github.wulkanowy:sdk:2.3.3-SNAPSHOT' implementation 'com.github.wulkanowy:sdk:2.3.3'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'