mirror of
https://github.com/olgamiller/SSTVEncoder2.git
synced 2026-04-05 14:25:41 +00:00
Gradle updates 28
This commit is contained in:
parent
2b0bc21082
commit
57ef84d8fa
7 changed files with 71 additions and 73 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue