Skip to content

Commit

Permalink
Bump hilt to 2.37 and version code & name for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jun 18, 2021
1 parent f157057 commit a535b22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ext.versions = [
minSdk : 21,
compileSdk : 30,
versionCode : 3,
versionName : '1.0.2',
versionCode : 4,
versionName : '1.0.3',

gradleBuildTool : '7.0.0-beta03',
spotlessGradle : '5.12.3',
spotlessGradle : '5.13.0',
kotlin : '1.5.10',

// material
Expand Down Expand Up @@ -39,7 +39,7 @@ ext.versions = [
startupVersion : '1.0.0',

// di
hiltCoreVersion : '2.36',
hiltCoreVersion : '2.37',
hiltVersion : '1.0.0',
hiltComposeNavigation: '1.0.0-alpha02',

Expand Down

0 comments on commit a535b22

Please sign in to comment.