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