Skip to content

Commit

Permalink
dependencies updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Nov 1, 2023
1 parent c6f3cab commit 518c7a8
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
@@ -1,17 +1,17 @@
// root build.gradle
buildscript {
ext {
agp_version = '8.1.1'
agp_version = '8.1.2'
kotlin_version = '1.9.10'
material_design_version = '1.9.0'
material_design_version = '1.10.0'
appcompat_version = '1.6.1'
annotation_version = '1.6.0'
fragment_version = '1.6.1'
nav_version = '2.7.2'
room_version = '2.5.2'
nav_version = '2.7.4'
room_version = '2.6.0'
flexbox_version = '3.0.0'
splash_version = '1.0.1'
recyclerview_version = '1.3.1'
recyclerview_version = '1.3.2'
preference_version = '1.2.1'
cardview_version = '1.0.0'
retrofit_version = '2.9.0'
Expand Down

0 comments on commit 518c7a8

Please sign in to comment.