diff --git a/app/build.gradle b/app/build.gradle index 25bcde2..7e98955 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } diff --git a/build.gradle b/build.gradle index 032b62c..d0e5904 100644 --- a/build.gradle +++ b/build.gradle @@ -1,17 +1,17 @@ buildscript { repositories { google() - jcenter() + mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:4.0.0' + classpath 'com.android.tools.build:gradle:7.3.1' } } allprojects { repositories { google() - jcenter() + mavenCentral() } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 4e1cc9d..b1159fc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists