From f08c9745d277d3dded404fa48dbd62c7bd3228ae Mon Sep 17 00:00:00 2001 From: Taras Smakula <tarassmakula@gmail.com> Date: Tue, 2 May 2023 18:19:29 +0300 Subject: [PATCH] Update to latest gradle version --- app/build.gradle | 2 +- build.gradle | 2 +- gradle.properties | 2 ++ gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 158f8f72c..9fe193eea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -114,7 +114,7 @@ dependencies { implementation "androidx.browser:browser:1.5.0" //ExoPlayer - implementation 'com.google.android.exoplayer:exoplayer:2.18.5' + implementation 'com.google.android.exoplayer:exoplayer:2.18.6' //Image zoom implementation 'com.jsibbold:zoomage:1.3.1' diff --git a/build.gradle b/build.gradle index 39f686047..d47c33a57 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.4.2' + classpath 'com.android.tools.build:gradle:8.0.0' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0' classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$androidx_nav_version" classpath 'com.google.gms:google-services:4.3.15' diff --git a/gradle.properties b/gradle.properties index b5987b651..a7cfaffbc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,3 +22,5 @@ kotlin.code.style=official # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true +android.defaults.buildfeatures.buildconfig=true +android.nonFinalResIds=false diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0cc2ed428..82284973d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Mon Feb 14 14:59:49 EET 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME -- GitLab