Skip to content

Commit

Permalink
Bump Gradle and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tfcporciuncula committed Jul 25, 2022
1 parent 80937ee commit c843488
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
agp = '7.1.3'
androidx-appCompat = '1.4.1'
agp = '7.2.1'
androidx-appCompat = '1.4.2'
androidx-coreKtx = '1.7.0'
androidx-lifecycle = '2.4.1'
androidx-lifecycle = '2.5.0'
androidx-preference = '1.2.0'
androidx-constraintLayout = '2.1.3'
androidx-test-coreKtx = '1.4.0'
androidx-test-espresso = '3.4.0'
androidx-test-junitKtx = '1.1.3'
coroutines = '1.6.1'
coroutines = '1.6.4'
detekt = '1.18.1'
kotlin = '1.6.21'
kotlin = '1.7.10'
kotlinter = '3.7.0'
publish = '0.18.0'
truth = '1.1.3'
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c843488

Please sign in to comment.