From dfc84b42082d3360839146081deeeca95687c204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Tue, 10 Sep 2019 12:58:27 +0200 Subject: [PATCH] Version 0.10.2 --- .travis.yml | 2 +- app/build.gradle | 6 +++--- app/src/main/play/release-notes/pl-PL/default.txt | 2 +- build.gradle | 3 +-- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1baa9238..d3f5049c 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 bca0bb4a..68a673e0 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 f60764da..9c8c3196 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 a4791238..c7ca235a 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" }