From 0ff25d1799d25414b00325762a0e1a723e34cca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gillsj=C3=B6?= Date: Wed, 23 Sep 2020 12:52:46 +0200 Subject: [PATCH] Update version --- android_app/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index dc50d50..2e31b90 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "se.lth.math.videoimucapture" minSdkVersion 24 targetSdkVersion 29 - versionCode 1 - versionName "0.01" + versionCode 2 + versionName "0.02" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }