Gradle updates (SdkVersion 32)

This commit is contained in:
Olga Miller 2023-08-27 10:13:56 +02:00
parent 6401f1bdc5
commit 256463399a

View file

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