From 4080f41cc7cff24c419bd2ec1cc81380839ec94c Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 24 Jun 2018 01:56:43 +0200 Subject: [PATCH] Bump version to 0.62 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3118c82c..ef28837c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.termux" minSdkVersion 21 targetSdkVersion 27 - versionCode 61 - versionName "0.61" + versionCode 62 + versionName "0.62" } buildTypes {