mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-24 00:06:20 -06:00
Merge tag '0.10.2' into develop
Version 0.10.2
This commit is contained in:
commit
fd02f2253b
@ -14,7 +14,7 @@ cache:
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
- 0.10.1
|
||||
- 0.10.2
|
||||
|
||||
android:
|
||||
licenses:
|
||||
|
@ -17,8 +17,8 @@ android {
|
||||
testApplicationId "io.github.tests.wulkanowy"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 44
|
||||
versionName "0.10.1"
|
||||
versionCode 45
|
||||
versionName "0.10.2"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
@ -123,7 +123,7 @@ configurations.all {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "io.github.wulkanowy:api:0.10.1"
|
||||
implementation "io.github.wulkanowy:api:0.10.2"
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
implementation "androidx.core:core-ktx:1.1.0"
|
||||
|
@ -1,4 +1,4 @@
|
||||
Wersja 0.10.0
|
||||
Wersja 0.10
|
||||
|
||||
- odświeżyliśmy wygląd aplikacji
|
||||
- poprawiliśmy wyświetlanie nauczycieli w planie lekcji
|
||||
|
@ -4,7 +4,6 @@ buildscript {
|
||||
mavenCentral()
|
||||
google()
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
maven { url "https://plugins.gradle.org/m2/" }
|
||||
maven { url 'https://maven.fabric.io/public' }
|
||||
}
|
||||
@ -13,7 +12,7 @@ buildscript {
|
||||
classpath 'com.android.tools.build:gradle:3.5.0'
|
||||
classpath 'com.google.gms:google-services:4.3.2'
|
||||
classpath "io.fabric.tools:gradle:1.31.0"
|
||||
classpath "com.github.Triple-T:gradle-play-publisher:2.4.0"
|
||||
classpath "com.github.triplet.gradle:play-publisher:2.4.1"
|
||||
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1"
|
||||
classpath "gradle.plugin.com.star-zero.gradle:githook:1.1.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user