Skip to content

Commit

Permalink
Reordered : versions & libraries in alphabetic order
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jul 5, 2024
1 parent ebb7d49 commit 4f9b160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
androidxComposeNavigation = '2.7.6'
wordPressPersistentEditText = '1.0.2'
automatticRest = '1.0.8'
androidxWebkit = '1.11.0'
automatticRest = '1.0.8'
wordPressPersistentEditText = '1.0.2'

[libraries]
androidx-navigation = { group = "androidx.navigation", name = "navigation-compose", version.ref = "androidxComposeNavigation" }
automattic-rest = { group = "com.automattic", name = "rest", version.ref = "automatticRest" }
androidx-webkit = {group = "androidx.webkit", name = "webkit", version.ref = "androidxWebkit"}
automattic-rest = { group = "com.automattic", name = "rest", version.ref = "automatticRest" }
wordPress-persistentEditText = { group = "org.wordpress", name = "persistentedittext", version.ref = "wordPressPersistentEditText" }

[plugins]
Expand Down

0 comments on commit 4f9b160

Please sign in to comment.