From b324a483ff18415a2ca602a89ed68748eb60a59a Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 19 Nov 2017 01:07:40 +0100 Subject: [PATCH] Bump version to 0.5 See if the F-Droid build now works. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d3d3e48..a8f0b79 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.termux.boot" minSdkVersion 21 targetSdkVersion 27 - versionCode 4 - versionName "0.4" + versionCode 5 + versionName "0.5" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }