From e930ac08aa78ee5cd9f0aa57ff4d193789d033c2 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 3 Nov 2019 19:18:31 +0100 Subject: [PATCH] Bump version to 0.78 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d3cb93f1..ad220f10 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.termux" minSdkVersion 24 targetSdkVersion 28 - versionCode 77 - versionName "0.77" + versionCode 78 + versionName "0.78" externalNativeBuild { ndkBuild {