forked from github/wulkanowy-mirror
Version 2.3.1
This commit is contained in:
parent
0ea6cbc8ed
commit
4d1218d1d3
@ -27,8 +27,8 @@ android {
|
||||
testApplicationId "io.github.tests.wulkanowy"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 34
|
||||
versionCode 140
|
||||
versionName "2.3.0"
|
||||
versionCode 141
|
||||
versionName "2.3.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
resValue "string", "app_name", "Wulkanowy"
|
||||
@ -193,7 +193,7 @@ ext {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'io.github.wulkanowy:sdk:2.3.1'
|
||||
implementation 'io.github.wulkanowy:sdk:2.3.3-SNAPSHOT'
|
||||
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
Wersja 2.3.0
|
||||
Wersja 2.3.1
|
||||
|
||||
— poprawiliśmy kilka usterek przy odświeżaniu danych (ale pewnie nie wszystkie)
|
||||
— zaktualizowaliśmy sposób pytania o zgodę na personalizowane reklamy
|
||||
|
||||
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
||||
|
@ -29,6 +29,7 @@ buildscript {
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
google()
|
||||
maven { url "https://jitpack.io" }
|
||||
|
Loading…
Reference in New Issue
Block a user