From e1fad991a8e2153b83d3a18d3db88917842987fc Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sun, 18 Mar 2018 12:25:54 +0100 Subject: [PATCH] Version 2.0.4 --- .travis.yml | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ebcd8b1..559dfcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ android: - tools - platform-tools - extra - - build-tools-27.0.2 + - build-tools-27.0.3 - android-27 licenses: - 'android-sdk-license-.+' diff --git a/build.gradle b/build.gradle index fe4c50a..04d088f 100644 --- a/build.gradle +++ b/build.gradle @@ -21,8 +21,8 @@ android { defaultConfig { applicationId "fr.unix_experience.owncloud_sms" - versionCode 67 - versionName "2.0.3" + versionCode 68 + versionName "2.0.4" minSdkVersion 16 targetSdkVersion 27 maxSdkVersion 27