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
track = 'production'
releaseStatus = ReleaseStatus.IN_PROGRESS
userFraction = 0.15d
userFraction = 0.99d
updatePriority = 3
enabled.set(false)
}
@ -193,7 +193,7 @@ ext {
}
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'