1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 10:19:42 +02:00

Update TR; Update buildToolsVersion -> 24.0.2

This commit is contained in:
Gregor Santner 2016-09-26 16:28:17 +02:00
parent bd8b5381ea
commit a04e2051a8
7 changed files with 10 additions and 44 deletions

View file

@ -3,14 +3,14 @@ apply plugin: 'android-apt'
android {
compileSdkVersion 24
buildToolsVersion "24.0.1"
buildToolsVersion "24.0.2"
defaultConfig {
applicationId "com.github.dfa.diaspora_android"
minSdkVersion 17
targetSdkVersion 24
versionCode 8
versionName "0.1.6"
versionName "0.1.6-next"
}
buildTypes {
release {