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" }