mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-08 16:36:10 +00:00
Update android sdk & build tools
This commit is contained in:
parent
449a6b2a81
commit
160688d06f
10
build.gradle
10
build.gradle
@ -13,7 +13,7 @@ apply plugin: 'com.android.application'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 27
|
compileSdkVersion 27
|
||||||
buildToolsVersion "27.0.2"
|
buildToolsVersion "27.0.3"
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError false
|
abortOnError false
|
||||||
@ -54,11 +54,11 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:support-v13:27.0.2'
|
compile 'com.android.support:support-v13:27.1.0'
|
||||||
compile 'com.android.support:appcompat-v7:27.0.2'
|
compile 'com.android.support:appcompat-v7:27.1.0'
|
||||||
compile 'com.android.support:design:27.0.2'
|
compile 'com.android.support:design:27.1.0'
|
||||||
compile 'in.srain.cube:ultra-ptr:1.0.11'
|
compile 'in.srain.cube:ultra-ptr:1.0.11'
|
||||||
compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'
|
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')
|
implementation project(':ncsmsgo')
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user