forked from github/wulkanowy-mirror
Merge branch 'release/0.24.1'
This commit is contained in:
commit
51d9e9b9af
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -135,6 +135,7 @@ jobs:
|
|||||||
gpg --yes --batch --passphrase=$ENCRYPT_KEY ./app/upload-key.jks.gpg
|
gpg --yes --batch --passphrase=$ENCRYPT_KEY ./app/upload-key.jks.gpg
|
||||||
- name: Upload apk to google play
|
- name: Upload apk to google play
|
||||||
env:
|
env:
|
||||||
|
PLAY_KEY_ALIAS: ${{ secrets.PLAY_KEY_ALIAS }}
|
||||||
PLAY_KEY_PASSWORD: ${{ secrets.PLAY_KEY_PASSWORD }}
|
PLAY_KEY_PASSWORD: ${{ secrets.PLAY_KEY_PASSWORD }}
|
||||||
PLAY_SERVICE_ACCOUNT_EMAIL: ${{ secrets.PLAY_SERVICE_ACCOUNT_EMAIL }}
|
PLAY_SERVICE_ACCOUNT_EMAIL: ${{ secrets.PLAY_SERVICE_ACCOUNT_EMAIL }}
|
||||||
PLAY_STORE_PASSWORD: ${{ secrets.PLAY_STORE_PASSWORD }}
|
PLAY_STORE_PASSWORD: ${{ secrets.PLAY_STORE_PASSWORD }}
|
||||||
|
@ -18,8 +18,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 17
|
minSdkVersion 17
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 78
|
versionCode 79
|
||||||
versionName "0.24.0"
|
versionName "0.24.1"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
resValue "string", "app_name", "Wulkanowy"
|
resValue "string", "app_name", "Wulkanowy"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
@ -138,7 +138,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "io.github.wulkanowy:sdk:0.24.0"
|
implementation "io.github.wulkanowy:sdk:0.24.1"
|
||||||
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
Wersja 0.24.0
|
Wersja 0.24.1
|
||||||
|
- naprawiliśmy odczytywanie wiadomości
|
||||||
- naprawiliśmy niekończące się ładowanie w ocenach na drugim semestrze
|
- naprawiliśmy niekończące się ładowanie w ocenach na drugim semestrze
|
||||||
- naprawiliśmy ciemny motyw na MIUI 12
|
- naprawiliśmy ciemny motyw na MIUI 12
|
||||||
- dodaliśmy automatyczne odświeżanie danych w aplikacji
|
- dodaliśmy automatyczne odświeżanie danych w aplikacji
|
||||||
|
Loading…
x
Reference in New Issue
Block a user