summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstom79 <tschneider.ac@gmail.com>2019-02-05 18:09:18 +0100
committerstom79 <tschneider.ac@gmail.com>2019-02-05 18:09:18 +0100
commitf316d77eba758bc3aa4ac73233ad2b5f3a2c36d1 (patch)
tree91360e524eb2ddc1026e70e3ec12fdd3b9f2aad0
parent4787b9b107edcad4f3526470bdfe648611216ba5 (diff)
Prepares first GNU release
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 9ad6dbd09..1caec81f7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,8 +7,8 @@ android {
applicationId "fr.gouv.etalab.mastodon"
minSdkVersion 16
targetSdkVersion 28
- versionCode 237
- versionName "1.71.1"
+ versionCode 238
+ versionName "1.72-beta-gnu-1"
multiDexEnabled true
}
dexOptions {