Skip to content
Snippets Groups Projects
Commit f08c9745 authored by Taras's avatar Taras
Browse files

Update to latest gradle version

parent 5278da73
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ dependencies { ...@@ -114,7 +114,7 @@ dependencies {
implementation "androidx.browser:browser:1.5.0" implementation "androidx.browser:browser:1.5.0"
//ExoPlayer //ExoPlayer
implementation 'com.google.android.exoplayer:exoplayer:2.18.5' implementation 'com.google.android.exoplayer:exoplayer:2.18.6'
//Image zoom //Image zoom
implementation 'com.jsibbold:zoomage:1.3.1' implementation 'com.jsibbold:zoomage:1.3.1'
......
...@@ -9,7 +9,7 @@ buildscript { ...@@ -9,7 +9,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { 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 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0'
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$androidx_nav_version" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$androidx_nav_version"
classpath 'com.google.gms:google-services:4.3.15' classpath 'com.google.gms:google-services:4.3.15'
......
...@@ -22,3 +22,5 @@ kotlin.code.style=official ...@@ -22,3 +22,5 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies, # resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library # thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true android.nonTransitiveRClass=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
#Mon Feb 14 14:59:49 EET 2022 #Mon Feb 14 14:59:49 EET 2022
distributionBase=GRADLE_USER_HOME 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 distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment