diff --git a/.travis.yml b/.travis.yml index 1baa92389..d3f5049c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ cache: branches: only: - develop - - 0.10.1 + - 0.10.2 android: licenses: diff --git a/app/build.gradle b/app/build.gradle index bca0bb4a2..68a673e01 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/app/src/main/play/release-notes/pl-PL/default.txt b/app/src/main/play/release-notes/pl-PL/default.txt index f60764da1..9c8c31968 100644 --- a/app/src/main/play/release-notes/pl-PL/default.txt +++ b/app/src/main/play/release-notes/pl-PL/default.txt @@ -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 diff --git a/build.gradle b/build.gradle index a47912382..c7ca235a2 100644 --- a/build.gradle +++ b/build.gradle @@ -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" }