From 61fe1f7615afcb4f02285c9b2c68a7cafc9d6995 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sun, 18 Jul 2021 21:32:57 +0200 Subject: [PATCH] Bump version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e1052b1d..d65c33d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "me.vanpetegem.accentor" minSdkVersion 26 targetSdkVersion 30 - versionCode 14 - versionName "0.0.14" + versionCode 15 + versionName "0.0.15" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" kapt {