Commit 1c934c71 authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

Upgrade target, dependencies, gradle

parent 9db74f93
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@
apply plugin: 'com.android.application'

android {
    compileSdk 35
    compileSdk = 36

    defaultConfig {
        applicationId 'net.fabiszewski.ulogger'
        minSdkVersion 21
        targetSdkVersion 35
        targetSdkVersion 36
        versionCode 312
        versionName '3.12'
        resourceConfigurations += ['en', 'ca', 'cs', 'de', 'el', 'es', 'eu', 'fi', 'fr', 'gl', 'it', 'ja', 'pl', 'pt-rBR', 'ru', 'sk', 'zh-rCN']
@@ -58,8 +58,8 @@ configurations.configureEach {

dependencies {
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation 'androidx.appcompat:appcompat:1.7.0'
    implementation 'androidx.appcompat:appcompat:1.7.1'
    implementation 'androidx.preference:preference:1.2.1'
    implementation 'androidx.exifinterface:exifinterface:1.4.0'
    implementation 'androidx.exifinterface:exifinterface:1.4.1'
    testImplementation 'junit:junit:4.13.2'
}
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ buildscript {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:8.9.0'
        classpath 'com.android.tools.build:gradle:8.13.0'
    }
}

+1 −1
Original line number Diff line number Diff line
#Tue Mar 29 09:13:30 CEST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME