mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-29 02:36:43 +00:00
Update target version & dependencies
This commit is contained in:
parent
3bb087663a
commit
03d18ae1e2
14
build.gradle
14
build.gradle
@ -12,8 +12,8 @@ buildscript {
|
|||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 27
|
compileSdkVersion 28
|
||||||
buildToolsVersion "27.0.3"
|
buildToolsVersion "28.0.3"
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError false
|
abortOnError false
|
||||||
@ -24,7 +24,7 @@ android {
|
|||||||
versionCode 68
|
versionCode 68
|
||||||
versionName "2.0.4"
|
versionName "2.0.4"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 27
|
targetSdkVersion 28
|
||||||
maxSdkVersion 27
|
maxSdkVersion 27
|
||||||
ndk {
|
ndk {
|
||||||
// Specifies the ABI configurations of your native
|
// Specifies the ABI configurations of your native
|
||||||
@ -54,11 +54,11 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:support-v13:27.1.1'
|
compile 'com.android.support:support-v13:28.0.0'
|
||||||
compile 'com.android.support:appcompat-v7:27.1.1'
|
compile 'com.android.support:appcompat-v7:28.0.0'
|
||||||
compile 'com.android.support:design:27.1.1'
|
compile 'com.android.support:design:28.0.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.1.1'
|
compile 'com.android.support:support-v4:28.0.0'
|
||||||
implementation project(':ncsmsgo')
|
implementation project(':ncsmsgo')
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user