forked from github/wulkanowy-mirror
Version 1.7.3
This commit is contained in:
parent
558db061f5
commit
d566de0282
@ -23,8 +23,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 111
|
versionCode 112
|
||||||
versionName "1.7.2"
|
versionName "1.7.3"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
resValue "string", "app_name", "Wulkanowy"
|
resValue "string", "app_name", "Wulkanowy"
|
||||||
@ -160,8 +160,8 @@ kapt {
|
|||||||
play {
|
play {
|
||||||
defaultToAppBundles = false
|
defaultToAppBundles = false
|
||||||
track = 'production'
|
track = 'production'
|
||||||
releaseStatus = com.github.triplet.gradle.androidpublisher.ReleaseStatus.IN_PROGRESS
|
// releaseStatus = com.github.triplet.gradle.androidpublisher.ReleaseStatus.IN_PROGRESS
|
||||||
userFraction = 0.05d
|
// userFraction = 0.05d
|
||||||
updatePriority = 5
|
updatePriority = 5
|
||||||
enabled.set(false)
|
enabled.set(false)
|
||||||
}
|
}
|
||||||
@ -186,7 +186,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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'
|
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
|
- naprawiliśmy kilka błędów w obsłudze nowego modułu wiadomości
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user