From a2846a6885588aa73c3c0a7418d72250cb07bd4d Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 12 Nov 2017 22:52:44 +0100 Subject: [PATCH] Bump version to 0.4 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4e6da2e..d3d3e48 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 27 - buildToolsVersion "27.0.0" + buildToolsVersion "27.0.1" dependencies { compile 'com.android.support:support-annotations:27.0.0' @@ -12,8 +12,8 @@ android { applicationId "com.termux.boot" minSdkVersion 21 targetSdkVersion 27 - versionCode 3 - versionName "0.3" + versionCode 4 + versionName "0.4" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }