1
0
mirror of https://github.com/danog/termux-api.git synced 2024-12-02 09:17:50 +01:00

Update build.gradle

This commit is contained in:
Daniil Gentili 2020-09-30 21:11:35 +02:00 committed by GitHub
parent f9041daf6b
commit 285584a3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 29 compileSdkVersion 28
defaultConfig { defaultConfig {
applicationId "com.termux.api" applicationId "com.termux.api"
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 29 targetSdkVersion 28
versionCode 44 versionCode 44
versionName "0.44" versionName "0.44"
} }