Gradle updates (SdkVersion 32)

This commit is contained in:
Olga Miller 2021-07-25 13:48:13 +02:00
parent 9edba2b921
commit 817d8cb73f
3 changed files with 8 additions and 8 deletions

View file

@ -1,11 +1,11 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
compileSdkVersion 32
defaultConfig {
applicationId "om.sstvencoder"
minSdkVersion 15
targetSdkVersion 29
targetSdkVersion 32
versionCode 26
versionName "2.5"
}
@ -19,6 +19,6 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation "androidx.exifinterface:exifinterface:1.2.0"
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation "androidx.exifinterface:exifinterface:1.3.5"
}