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-10-26 02:11:33 +02:00
parent fb1ccb8683
commit cfd0d52c38
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
compileSdkVersion 25
buildToolsVersion "25.0.0"
defaultConfig {
applicationId "com.termux.api"
minSdkVersion 21
targetSdkVersion 24
targetSdkVersion 25
versionCode 11
versionName "0.11"
}

View File

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.2.2'
}
}