From 7a61b233f08708bcd1264d91ddca70938640724f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Tue, 4 Jun 2019 02:43:50 +0200 Subject: [PATCH] Version 0.9.1 --- .travis.yml | 6 +++--- app/build.gradle | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f54ff044..4c40f615f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,9 @@ cache: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ -branches: - only: - - develop +#branches: +# only: +# - develop android: licenses: diff --git a/app/build.gradle b/app/build.gradle index 8a6b25ea4..586e988cd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { testApplicationId "io.github.tests.wulkanowy" minSdkVersion 15 targetSdkVersion 28 - versionCode 38 - versionName "0.9.0" + versionCode 39 + versionName "0.9.1" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -98,7 +98,7 @@ play { } dependencies { - implementation 'io.github.wulkanowy:api:0.9.0' + implementation 'io.github.wulkanowy:api:0.9.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "androidx.legacy:legacy-support-v4:1.0.0"