1
0
mirror of https://github.com/danog/termux-api.git synced 2024-11-30 04:19:20 +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'
android {
compileSdkVersion 29
compileSdkVersion 28
defaultConfig {
applicationId "com.termux.api"
minSdkVersion 24
targetSdkVersion 29
targetSdkVersion 28
versionCode 44
versionName "0.44"
}