forked from github/wulkanowy-mirror
Merge branch 'release/1.7.3' into develop
This commit is contained in:
commit
e574e5e2ec
@ -23,8 +23,8 @@ android {
|
||||
testApplicationId "io.github.tests.wulkanowy"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
versionCode 111
|
||||
versionName "1.7.2"
|
||||
versionCode 112
|
||||
versionName "1.7.3"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
resValue "string", "app_name", "Wulkanowy"
|
||||
@ -160,8 +160,8 @@ kapt {
|
||||
play {
|
||||
defaultToAppBundles = false
|
||||
track = 'production'
|
||||
releaseStatus = com.github.triplet.gradle.androidpublisher.ReleaseStatus.IN_PROGRESS
|
||||
userFraction = 0.05d
|
||||
// releaseStatus = com.github.triplet.gradle.androidpublisher.ReleaseStatus.IN_PROGRESS
|
||||
// userFraction = 0.05d
|
||||
updatePriority = 5
|
||||
enabled.set(false)
|
||||
}
|
||||
@ -186,7 +186,7 @@ ext {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "com.github.wulkanowy:sdk:006a238bda"
|
||||
implementation "io.github.wulkanowy:sdk:1.7.3"
|
||||
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.8'
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Wersja 1.7.2
|
||||
Wersja 1.7.3
|
||||
|
||||
- naprawiliśmy kilka błędów w obsłudze nowego modułu wiadomości
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user