summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-04-27 18:28:02 +0200
committertom79 <tschneider.ac@gmail.com>2019-04-27 18:28:02 +0200
commitb968787a92d5a3e51da24a62207bc31f1a995682 (patch)
tree91a9261e586b923dd50a779a32d528734c967a4a
parent00e97565251042c3ff91ab475f9df0880994d8da (diff)
Release 1.80.0-rc-1
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2ce126e95..8a4863420 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,8 +7,8 @@ android {
applicationId "fr.gouv.etalab.mastodon"
minSdkVersion 16
targetSdkVersion 28
- versionCode 255
- versionName "1.80.0-beta-2"
+ versionCode 256
+ versionName "1.80.0-rc-1"
multiDexEnabled true
}
dexOptions {