Skip to content

Commit

Permalink
Merge branch 'trunk' into dependabot/gradle/com.gradle.enterprise-3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury authored Aug 30, 2024
2 parents ffd1c8d + df77a46 commit 0292e88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ ext {
androidxGridlayoutVersion = '1.0.0'
androidxLifecycleVersion = '2.8.4'
androidxPercentlayoutVersion = '1.0.0'
androidxPreferenceVersion = '1.2.0'
androidxPreferenceVersion = '1.2.1'
androidxRecyclerviewVersion = '1.3.2'
androidxSwipeToRefreshVersion = '1.1.0'
androidxViewpager2Version = '1.0.0'
androidxViewpager2Version = '1.1.0'
androidxWorkManagerVersion = "2.9.1"
androidxComposeMaterial3Version = '1.2.1'
androidxWebkitVersion = '1.11.0'
Expand All @@ -66,7 +66,7 @@ ext {
chrisbanesPhotoviewVersion = '2.3.0'
eventBusVersion = '3.3.1'
facebookShimmerVersion = '0.5.0'
firebaseBomVersion = '32.1.0'
firebaseBomVersion = '33.2.0'
firebaseIidVersion = '21.1.0'
glideVersion = '4.16.0'
googleAutoServiceVersion = '1.0.1'
Expand All @@ -77,7 +77,7 @@ ext {

googleMLKitBarcodeScanningVersion = '17.3.0'
googleMLKitBarcodeScanningCommonVersion = '17.0.0'
googleMLKitTextRecognitionVersion = '16.0.0'
googleMLKitTextRecognitionVersion = '16.0.1'
googlePlayReviewVersion = '2.0.1'
googlePlayServicesAuthVersion = '20.4.1'
googlePlayServicesCodeScannerVersion = '16.0.0-beta3'
Expand All @@ -86,7 +86,7 @@ ext {
lottieVersion = '6.5.0'
philjayMpAndroidChartVersion = 'v3.1.0'
squareupKotlinPoetVersion = '1.18.1'
squareupRetrofitVersion = '2.9.0'
squareupRetrofitVersion = '2.11.0'
uCropVersion = '2.2.9'
zendeskVersion = '5.1.2'
googlePlayInAppUpdateVersion = '2.1.0'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pluginManagement {
gradle.ext.detektVersion = '1.23.0'
gradle.ext.violationCommentsVersion = '1.70.0'
gradle.ext.measureBuildsVersion = '3.1.0'
gradle.ext.koverVersion = '0.7.5'
gradle.ext.koverVersion = '0.7.6'
gradle.ext.dependencyAnalysisVersion = '1.28.0'
gradle.ext.fladleVersion = '0.17.5'

Expand Down

0 comments on commit 0292e88

Please sign in to comment.