Loading app/build.gradle +4 −1 Original line number Diff line number Diff line Loading @@ -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' } build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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' } } Loading gradle.properties +0 −1 Original line number Diff line number Diff line Loading @@ -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. Loading gradle/wrapper/gradle-wrapper.properties +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 Loading
app/build.gradle +4 −1 Original line number Diff line number Diff line Loading @@ -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' }
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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' } } Loading
gradle.properties +0 −1 Original line number Diff line number Diff line Loading @@ -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. Loading
gradle/wrapper/gradle-wrapper.properties +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