From 8f9771adceb9c2d2b0e59e3422d76f6acf7ebc6c Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Wed, 21 Apr 2021 14:07:25 +0500 Subject: [PATCH] Bump to v0.111 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9875614951..99681235a6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,8 +15,8 @@ org.gradle.jvmargs=-Xmx2048M android.useAndroidX=true -termuxVersion=0.110 -termuxVersionCode=110 +termuxVersion=0.111 +termuxVersionCode=111 minSdkVersion=24 targetSdkVersion=28