Skip to content

Commit

Permalink
Update AGP & Compose BOM
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam committed Apr 12, 2024
1 parent cefb798 commit fd7bb3c
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 @@ -75,7 +75,7 @@ aboutLibraries {

dependencies {

def composeBom = platform('androidx.compose:compose-bom:2024.03.00')
def composeBom = platform('androidx.compose:compose-bom:2024.04.00')
implementation composeBom
androidTestImplementation composeBom

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
kotlin_version = '1.9.22'
gradle_version = '8.3.1'
gradle_version = '8.3.2'
hilt_version = '2.49'
room_version = '2.6.1'
}
Expand Down

0 comments on commit fd7bb3c

Please sign in to comment.