summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-05-05 18:50:57 +0200
committertom79 <tschneider.ac@gmail.com>2019-05-05 18:50:57 +0200
commit643cb78d55459dfc69f381b0509cefbb903a9ceb (patch)
treec4d3bf649ab92fe7cbd9c9efeb9e2231867fe434 /app
parentce23200085380262a63ad00258bb72f6addea081 (diff)
Prepare release 1.80.3
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 01adbdcde..1ecab51d6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,8 +7,8 @@ android {
applicationId "fr.gouv.etalab.mastodon"
minSdkVersion 16
targetSdkVersion 28
- versionCode 259
- versionName "1.80.2"
+ versionCode 260
+ versionName "1.80.3"
multiDexEnabled true
}
dexOptions {