1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-15 02:13:00 +00:00

Android Studio 2.0 Update, gradle 2.10 update, build tools 23.0.3 and support lib update in travis

This commit is contained in:
Andy Scherzinger
2016-04-07 22:58:27 +02:00
parent f53ebc09b2
commit 0a941691bd
11 changed files with 26 additions and 14 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
apply plugin: 'android'
apply plugin: 'com.android.application'
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
@@ -7,7 +7,7 @@ dependencies {
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"
sourceSets {
main {