Skip to content

Commit

Permalink
use wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
trOnk12 committed Oct 6, 2023
1 parent 27c92f4 commit 9b7667c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest', 'crea
dependencies {
implementation project(':components')
//Desugaring for use of java.time in api lower then 26
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.2'
// coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.2'

//Base android deps
implementation 'androidx.core:core-ktx:1.9.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Feb 20 09:12:45 CET 2023
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

0 comments on commit 9b7667c

Please sign in to comment.