Loading app/build.gradle +4 −4 Original line number Diff line number Diff line Loading @@ -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'] Loading Loading @@ -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' } 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.9.0' classpath 'com.android.tools.build:gradle:8.13.0' } } 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.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 Loading
app/build.gradle +4 −4 Original line number Diff line number Diff line Loading @@ -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'] Loading Loading @@ -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' }
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.9.0' classpath 'com.android.tools.build:gradle:8.13.0' } } 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.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