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

Update target version & dependencies

This commit is contained in:
Loic Blot 2018-12-22 18:23:31 +01:00
parent 3bb087663a
commit 03d18ae1e2
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

View File

@ -12,8 +12,8 @@ buildscript {
apply plugin: 'com.android.application'
android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
compileSdkVersion 28
buildToolsVersion "28.0.3"
lintOptions {
abortOnError false
@ -24,7 +24,7 @@ android {
versionCode 68
versionName "2.0.4"
minSdkVersion 16
targetSdkVersion 27
targetSdkVersion 28
maxSdkVersion 27
ndk {
// Specifies the ABI configurations of your native
@ -54,11 +54,11 @@ repositories {
}
dependencies {
compile 'com.android.support:support-v13:27.1.1'
compile 'com.android.support:appcompat-v7:27.1.1'
compile 'com.android.support:design:27.1.1'
compile 'com.android.support:support-v13:28.0.0'
compile 'com.android.support:appcompat-v7:28.0.0'
compile 'com.android.support:design:28.0.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.1.1'
compile 'com.android.support:support-v4:28.0.0'
implementation project(':ncsmsgo')
}