From 285584a3b3ca9a44b801bb34b864bceb2334f2aa Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 30 Sep 2020 21:11:35 +0200 Subject: [PATCH] Update build.gradle --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2f549f3..f0ca14d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 29 + compileSdkVersion 28 defaultConfig { applicationId "com.termux.api" minSdkVersion 24 - targetSdkVersion 29 + targetSdkVersion 28 versionCode 44 versionName "0.44" }