Skip to content

Commit

Permalink
Update our dependencies to AGP 7.2.1 tagged version
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Jul 7, 2022
1 parent e2fbabf commit 3a184cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ tasks.register("installGitHooks", Copy) {
}

ext {
fluxCVersion = '2454-3457772fa66619f4e33ac7bb318c49fc4540500a'
fluxCVersion = 'trunk-f44a381615f6d850e9c95071469424fbde6daff8'
glideVersion = '4.13.2'
coilVersion = '2.1.0'
constraintLayoutVersion = '1.2.0'
Expand All @@ -98,10 +98,10 @@ ext {
appCompatVersion = '1.4.1'
materialVersion = '1.6.1'
hiltJetpackVersion = '1.0.0'
wordPressUtilsVersion = '107-a37619ac2b7703becf2554d31c09c6487c04b56f'
mediapickerVersion = '57-30f4f719646c29893f58f75a96dfb28d3e25bb68'
wordPressLoginVersion = '86-9966060c0483344c699636ee53def4bcd3603c65'
aboutAutomatticVersion = '36-e6c8e93e564a857b3c1dd3d2588a0114c36fad40'
wordPressUtilsVersion = '2.6.0'
mediapickerVersion = '0.1.0'
wordPressLoginVersion = '0.15.0'
aboutAutomatticVersion = '0.0.6'

// Compose and its module versions need to be consistent with each other (for example 'compose-theme-adapter')
composeVersion = "1.1.1"
Expand Down

0 comments on commit 3a184cc

Please sign in to comment.