mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-01-31 21:42:44 +01:00
Version 0.4.4
This commit is contained in:
parent
74c0dda999
commit
b59008a90f
@ -9,7 +9,7 @@ buildscript {
|
|||||||
classpath "org.greenrobot:greendao-gradle-plugin:$greenDaoGradle"
|
classpath "org.greenrobot:greendao-gradle-plugin:$greenDaoGradle"
|
||||||
classpath "io.fabric.tools:gradle:$fabricGradle"
|
classpath "io.fabric.tools:gradle:$fabricGradle"
|
||||||
classpath "com.google.gms:oss-licenses:0.9.2"
|
classpath "com.google.gms:oss-licenses:0.9.2"
|
||||||
classpath 'com.github.triplet.gradle:play-publisher:1.2.0'
|
classpath "com.github.triplet.gradle:play-publisher:$playPublisher"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -41,8 +41,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 11
|
versionCode 12
|
||||||
versionName "0.4.3"
|
versionName "0.4.4"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
Wersja 0.4.3:
|
Wersja 0.4.4:
|
||||||
- naprawiono błąd z pokazywaniem usuniętych lekcji w planie
|
- naprawiono błędy w synchronizacji planu lekcji
|
||||||
- naprawiono drobne błędy z wyrównaniem tekstu na starszych urządzeniach
|
- naprawiono błędy podczas pierwszego logowania
|
||||||
- poprawiono synchronizację w tle spowodowaną błędem w komunikacji z serwerem
|
- naprawiono błąd podczas zmiany semestru
|
||||||
|
- kolejny raz poprawiono synchronizację w tle
|
||||||
|
@ -59,7 +59,9 @@ ext {
|
|||||||
|
|
||||||
fabricGradle = "1.25.4"
|
fabricGradle = "1.25.4"
|
||||||
crashlyticsSdk = "2.9.3"
|
crashlyticsSdk = "2.9.3"
|
||||||
crashlyticsAnswers = "1.4.1"
|
crashlyticsAnswers = "1.4.2"
|
||||||
|
|
||||||
|
playPublisher = "1.2.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user