Gradle updates 28

This commit is contained in:
Olga Miller 2018-10-23 21:50:36 +02:00
parent 2b0bc21082
commit 57ef84d8fa
7 changed files with 71 additions and 73 deletions

View file

@ -1,11 +1,11 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 26
compileSdkVersion 28
defaultConfig {
applicationId "om.sstvencoder"
minSdkVersion 15
targetSdkVersion 26
targetSdkVersion 28
versionCode 23
versionName "2.2"
}
@ -18,7 +18,7 @@ android {
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:26.1.0'
compile "com.android.support:exifinterface:26.1.0"
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation "com.android.support:exifinterface:28.0.0"
}