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