From 256463399a423d298318946aaca9c1eb22ff40f4 Mon Sep 17 00:00:00 2001 From: Olga Miller Date: Sun, 27 Aug 2023 10:13:56 +0200 Subject: [PATCH] Gradle updates (SdkVersion 32) --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 96bc801..4844109 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" }