Skip to content

Commit

Permalink
Merge pull request #18 from marcellogalhardo/update-libraries
Browse files Browse the repository at this point in the history
Update Jetpack libraries
  • Loading branch information
marcellogalhardo authored Mar 26, 2021
2 parents f70f60d + bb26082 commit d9f44a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
buildscript {
ext.kotlin_version = '1.4.31'
ext.lifecycle_version = '2.3.0'
ext.activity_version = '1.2.0'
ext.fragment_version = '1.3.0'
ext.activity_version = '1.2.1'
ext.fragment_version = '1.3.1'
ext.compose_version = '1.0.0-beta02'
ext.navigation_version = '1.0.0-alpha08'
ext.navigation_version = '1.0.0-alpha09'
ext.viewmodel_version = '1.0.0-alpha03'
ext.junit_version = '4.13.2'
repositories {
Expand Down

0 comments on commit d9f44a5

Please sign in to comment.