1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-19 23:29:08 -05:00

Version 0.10.2

This commit is contained in:
Mikołaj Pich 2019-09-10 12:58:27 +02:00
parent f5f11d5130
commit dfc84b4208
No known key found for this signature in database
GPG Key ID: F62B26E36D4C4BAA
4 changed files with 6 additions and 7 deletions

View File

@ -14,7 +14,7 @@ cache:
branches: branches:
only: only:
- develop - develop
- 0.10.1 - 0.10.2
android: android:
licenses: licenses:

View File

@ -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"

View File

@ -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

View File

@ -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"
} }