1
0
mirror of https://github.com/danog/termux-api.git synced 2024-11-26 20:04:42 +01:00

Update gradle config

This commit is contained in:
Fredrik Fornwall 2016-01-12 03:00:19 +01:00
parent cc2041539a
commit 153fd6354c

View File

@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.0"
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "com.termux.api"
minSdkVersion 21
targetSdkVersion 22
targetSdkVersion 23
versionCode 8
versionName "0.8"
}