gradle update

This commit is contained in:
Gavriil Sitnikov 2016-09-20 01:58:55 +03:00
parent fbc27be271
commit 62b74ca0ee
2 changed files with 5 additions and 6 deletions

View File

@ -1,17 +1,17 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
compileSdkVersion 24
buildToolsVersion '24.0.2'
defaultConfig {
minSdkVersion 10
targetSdkVersion 23
targetSdkVersion 24
}
}
dependencies {
compile 'com.android.support:support-annotations:23.1.1'
compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:support-annotations:24.2.1'
compile 'com.android.support:support-v4:24.2.1'
}

View File

@ -1 +0,0 @@
include ':lib', ':example'