mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-07 16:06:18 +00:00
Update sdk to v27 & build tools to 27.0.2
This commit is contained in:
parent
7ede7bb350
commit
011b78ba30
@ -16,8 +16,8 @@ android:
|
||||
- tools
|
||||
- platform-tools
|
||||
- extra
|
||||
- build-tools-26.0.2
|
||||
- android-26
|
||||
- build-tools-27.0.2
|
||||
- android-27
|
||||
licenses:
|
||||
- 'android-sdk-license-.+'
|
||||
- 'google-gdk-license-.+'
|
||||
|
16
build.gradle
16
build.gradle
@ -11,8 +11,8 @@ buildscript {
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "26.0.2"
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion "27.0.2"
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
@ -23,8 +23,8 @@ android {
|
||||
versionCode 63
|
||||
versionName "1.3.3"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 26
|
||||
maxSdkVersion 26
|
||||
targetSdkVersion 27
|
||||
maxSdkVersion 27
|
||||
ndk {
|
||||
// Specifies the ABI configurations of your native
|
||||
// libraries Gradle should build and package with your APK.
|
||||
@ -63,10 +63,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:support-v13:26.1.0'
|
||||
compile 'com.android.support:appcompat-v7:26.1.0'
|
||||
compile 'com.android.support:design:26.1.0'
|
||||
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 '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:26.1.0'
|
||||
compile 'com.android.support:support-v4:27.0.2'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user