From 19813094ea473faff1d061e53eb3cb2992c4eb87 Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Tue, 23 Apr 2019 00:06:36 +0200 Subject: [PATCH] Update version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bfb907d63..8b07af17a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ android { applicationId "be.ugent.zeus.hydra" minSdkVersion 16 targetSdkVersion 28 - versionCode 21100 + versionCode 21101 versionName "2.11.0" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"