Gradle updates (SdkVersion 32)

pull/15/head
Olga Miller 2023-08-27 10:13:56 +02:00
rodzic 6401f1bdc5
commit 256463399a
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

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