1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 16:06:18 +00:00

Update android sdk & build tools

This commit is contained in:
Loic Blot 2018-03-18 12:25:31 +01:00
parent 449a6b2a81
commit 160688d06f
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

View File

@ -13,7 +13,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 27
buildToolsVersion "27.0.2"
buildToolsVersion "27.0.3"
lintOptions {
abortOnError false
@ -54,11 +54,11 @@ repositories {
}
dependencies {
compile 'com.android.support:support-v13:27.0.2'
compile 'com.android.support:appcompat-v7:27.0.2'
compile 'com.android.support:design:27.0.2'
compile 'com.android.support:support-v13:27.1.0'
compile 'com.android.support:appcompat-v7:27.1.0'
compile 'com.android.support:design:27.1.0'
compile 'in.srain.cube:ultra-ptr:1.0.11'
compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'
compile 'com.android.support:support-v4:27.0.2'
compile 'com.android.support:support-v4:27.1.0'
implementation project(':ncsmsgo')
}