mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-24 05:46:12 -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:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
- 0.10.1
|
- 0.10.2
|
||||||
|
|
||||||
android:
|
android:
|
||||||
licenses:
|
licenses:
|
||||||
|
@ -17,8 +17,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 44
|
versionCode 45
|
||||||
versionName "0.10.1"
|
versionName "0.10.2"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
@ -123,7 +123,7 @@ configurations.all {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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 "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||||
implementation "androidx.core:core-ktx:1.1.0"
|
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
|
- odświeżyliśmy wygląd aplikacji
|
||||||
- poprawiliśmy wyświetlanie nauczycieli w planie lekcji
|
- poprawiliśmy wyświetlanie nauczycieli w planie lekcji
|
||||||
|
@ -4,7 +4,6 @@ buildscript {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url 'https://jitpack.io' }
|
|
||||||
maven { url "https://plugins.gradle.org/m2/" }
|
maven { url "https://plugins.gradle.org/m2/" }
|
||||||
maven { url 'https://maven.fabric.io/public' }
|
maven { url 'https://maven.fabric.io/public' }
|
||||||
}
|
}
|
||||||
@ -13,7 +12,7 @@ buildscript {
|
|||||||
classpath 'com.android.tools.build:gradle:3.5.0'
|
classpath 'com.android.tools.build:gradle:3.5.0'
|
||||||
classpath 'com.google.gms:google-services:4.3.2'
|
classpath 'com.google.gms:google-services:4.3.2'
|
||||||
classpath "io.fabric.tools:gradle:1.31.0"
|
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 "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1"
|
||||||
classpath "gradle.plugin.com.star-zero.gradle:githook:1.1.0"
|
classpath "gradle.plugin.com.star-zero.gradle:githook:1.1.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user