forked from github/wulkanowy-mirror
Merge branch 'release/1.1.0' into develop
This commit is contained in:
commit
50863d6ac2
@ -18,8 +18,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 17
|
minSdkVersion 17
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 85
|
versionCode 86
|
||||||
versionName "1.0.1"
|
versionName "1.1.0"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
@ -133,7 +133,7 @@ play {
|
|||||||
serviceAccountEmail = System.getenv("PLAY_SERVICE_ACCOUNT_EMAIL") ?: "jan@fakelog.cf"
|
serviceAccountEmail = System.getenv("PLAY_SERVICE_ACCOUNT_EMAIL") ?: "jan@fakelog.cf"
|
||||||
serviceAccountCredentials = file('key.p12')
|
serviceAccountCredentials = file('key.p12')
|
||||||
defaultToAppBundles = false
|
defaultToAppBundles = false
|
||||||
track = 'alpha'
|
track = 'production'
|
||||||
updatePriority = 3
|
updatePriority = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -147,7 +147,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "io.github.wulkanowy:sdk:1.0.1"
|
implementation "io.github.wulkanowy:sdk:1.1.0"
|
||||||
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||||
|
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
Wersja 1.0.1
|
Wersja 1.1.0
|
||||||
|
|
||||||
- naprawiliśmy błąd podczas wysyłania wiadomości
|
- dodaliśmy wyświetlanie inicjałów imienia ucznia jako awatar widoczny w aplikacji
|
||||||
- poprawiliśmy błędy w tłumaczeniach
|
- dodaliśmy historię szczęśliwego numerka
|
||||||
|
- dodaliśmy język słowacki
|
||||||
|
- zmieniliśmy kolor górnego i dolnego paska systemowego lepiej dostosowując je do aplikacji
|
||||||
|
- zmieniliśmy wygląd ustawień dzieląc je na sekcje
|
||||||
|
- naprawiliśmy problem dublujących się czasem ocen
|
||||||
|
- naprawiliśmy kilka innych błędów i poprawiliśmy stabilność aplikacji
|
||||||
|
|
||||||
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
||||||
|
Loading…
Reference in New Issue
Block a user