From ad1ce585d99b9be17fdedf63cd6528eb77401b8b Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 21 Jan 2019 00:37:39 +0100 Subject: [PATCH] Bump version to 0.66 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 61b2a1f3..8bdc6851 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.termux" minSdkVersion 21 targetSdkVersion 28 - versionCode 65 - versionName "0.65" + versionCode 66 + versionName "0.66" } buildTypes {