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-03 14:21:43 +0300
committerLoic Blot <loic.blot@unix-experience.fr>2017-11-03 14:21:43 +0300
commit62df914e95ceaf00565b4e7ad17c4cc816cceaa5 (patch)
tree3272aab0d5789659e69f3b01d9c47c093d47bb9a
parenta17bffb68c201d187a22f4a18fd876bcfa5bb087 (diff)
Bump to 1.3.01.3.0
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 4a9c3f5..d33550d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,8 +20,8 @@ android {
defaultConfig {
applicationId "fr.unix_experience.owncloud_sms"
- versionCode 58
- versionName "1.2.5"
+ versionCode 59
+ versionName "1.3.0"
minSdkVersion 16
targetSdkVersion 26
maxSdkVersion 26