summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstom79 <tschneider.ac@gmail.com>2018-12-20 18:26:10 +0100
committerstom79 <tschneider.ac@gmail.com>2018-12-20 18:26:10 +0100
commit3b6d953077e025e31c817c955b624b60c153557c (patch)
treecc4de73acf5b1a2f9b866125d052284def1ec73a
parent0aafe6ec6b5d53b310c5672cf30ea0a932a71cdc (diff)
Release 1.50.0-beta-2
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a24aadb2b..4e1989042 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,8 +7,8 @@ android {
applicationId "fr.gouv.etalab.mastodon"
minSdkVersion 16
targetSdkVersion 28
- versionCode 206
- versionName "1.50.0-beta-1"
+ versionCode 207
+ versionName "1.50.0-beta-2"
multiDexEnabled true
}
dexOptions {