forked from github/wulkanowy-mirror
Version 1.9.1
This commit is contained in:
parent
5161fdd543
commit
3eb74da945
@ -23,8 +23,8 @@ android {
|
||||
testApplicationId "io.github.tests.wulkanowy"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 119
|
||||
versionName "1.9.0"
|
||||
versionCode 120
|
||||
versionName "1.9.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
resValue "string", "app_name", "Wulkanowy"
|
||||
@ -161,8 +161,8 @@ play {
|
||||
defaultToAppBundles = false
|
||||
track = 'production'
|
||||
releaseStatus = com.github.triplet.gradle.androidpublisher.ReleaseStatus.IN_PROGRESS
|
||||
userFraction = 0.10d
|
||||
updatePriority = 1
|
||||
userFraction = 0.50d
|
||||
updatePriority = 2
|
||||
enabled.set(false)
|
||||
}
|
||||
|
||||
@ -186,7 +186,7 @@ ext {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "io.github.wulkanowy:sdk:1.9.1-SNAPSHOT"
|
||||
implementation "io.github.wulkanowy:sdk:1.9.1"
|
||||
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.8'
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Wersja 1.9.0
|
||||
Wersja 1.9.1
|
||||
|
||||
- dodaliśmy obsługę Androida 13 (w tym ikona aplikacji obsługująca Material You)
|
||||
- przerobiliśmy ekran wyboru ucznia przy pierwszym logowaniu
|
||||
|
Loading…
x
Reference in New Issue
Block a user