Commit 7bf53b8d authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

Update dependencies

parent 91fa852d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -39,12 +39,15 @@ android {
        disable 'GoogleAppIndexingWarning', 'MissingTranslation', 'NotificationIconCompatibility'
    }
    namespace 'net.fabiszewski.ulogger'
    buildFeatures {
        buildConfig true
    }
}

dependencies {
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation 'androidx.appcompat:appcompat:1.6.1'
    implementation 'androidx.preference:preference:1.2.1'
    implementation 'androidx.exifinterface:exifinterface:1.3.6'
    implementation 'androidx.exifinterface:exifinterface:1.3.7'
    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.1.2'
        classpath 'com.android.tools.build:gradle:8.2.2'
    }
}

+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemor
# androidx
android.useAndroidX=true
android.enableJetifier=false
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=true
org.gradle.unsafe.configuration-cache=true
# When configured, Gradle will run in incubating parallel mode.
+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.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME