Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ncsms-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2017-11-09 01:41:13 +0300
committerLoic Blot <loic.blot@unix-experience.fr>2017-11-09 01:41:13 +0300
commit9f31d3ae531424e5a1d31ab78b35c32814b8b503 (patch)
treec1fcc28f902d14abc8664d02cd7a10c3103fd87a
parent08aba120e84c519220f8bcb33113df13da7fc324 (diff)
Bump to 1.3.11.3.1
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index d33550d..02a15ed 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,8 +20,8 @@ android {
defaultConfig {
applicationId "fr.unix_experience.owncloud_sms"
- versionCode 59
- versionName "1.3.0"
+ versionCode 60
+ versionName "1.3.1"
minSdkVersion 16
targetSdkVersion 26
maxSdkVersion 26