mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-24 04:46:00 -06:00
Merge branch 'release/0.22.2' into master
This commit is contained in:
commit
5f1bb7c1d0
@ -14,7 +14,7 @@ cache:
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
- 0.22.1
|
||||
- 0.22.2
|
||||
|
||||
android:
|
||||
licenses:
|
||||
@ -58,6 +58,7 @@ script:
|
||||
- |
|
||||
if [ $TRAVIS_TAG ]; then
|
||||
gpg --yes --batch --passphrase=$SERVICES_ENCRYPT_KEY ./app/src/release/google-services.json.gpg;
|
||||
gpg --yes --batch --passphrase=$SERVICES_ENCRYPT_KEY ./app/src/release/agconnect-services.json.gpg;
|
||||
gpg --yes --batch --passphrase=$ENCRYPT_KEY ./app/key.p12.gpg;
|
||||
gpg --yes --batch --passphrase=$ENCRYPT_KEY ./app/upload-key.jks.gpg;
|
||||
./gradlew publishPlayRelease -PenableFirebase --stacktrace;
|
||||
|
@ -18,8 +18,8 @@ android {
|
||||
testApplicationId "io.github.tests.wulkanowy"
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 30
|
||||
versionCode 74
|
||||
versionName "0.22.1"
|
||||
versionCode 75
|
||||
versionName "0.22.2"
|
||||
multiDexEnabled true
|
||||
resValue "string", "app_name", "Wulkanowy"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
@ -142,7 +142,7 @@ configurations.all {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "io.github.wulkanowy:sdk:0.22.1"
|
||||
implementation "io.github.wulkanowy:sdk:0.22.2"
|
||||
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10'
|
||||
|
||||
@ -206,7 +206,7 @@ dependencies {
|
||||
playImplementation 'com.google.android.play:core-ktx:1.8.1'
|
||||
playImplementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
|
||||
|
||||
hmsImplementation 'com.huawei.hms:hianalytics:5.0.4.300'
|
||||
hmsImplementation 'com.huawei.hms:hianalytics:5.0.4.301'
|
||||
hmsImplementation 'com.huawei.agconnect:agconnect-crash:1.4.1.300'
|
||||
|
||||
releaseImplementation "com.github.ChuckerTeam.Chucker:library-no-op:$chucker"
|
||||
|
@ -1,4 +1,4 @@
|
||||
Wersja 0.22.1
|
||||
Wersja 0.22.2
|
||||
- naprawiliśmy problem z wyświetlaniem pozycji na liście ocen
|
||||
- zmieniliśmy komunikaty o błędach, które powinny być teraz czytelniejsze dla większej liczby użytkowników
|
||||
- zwiększyliśmy maksymalny czas, przez który aplikacja będzie próbowała łączyć się z dziennikiem do 1 minuty
|
||||
|
Loading…
Reference in New Issue
Block a user