Skip to content

Commit

Permalink
Update kotlin to 1.4.32 and version code for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed May 4, 2021
1 parent 42a9e61 commit a03c6bd
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
Expand Up @@ -16,17 +16,17 @@
ext.versions = [
minSdk : 21,
compileSdk : 30,
versionCode : 5,
versionName : '1.0.4',
versionCode : 6,
versionName : '1.0.5',

// gradle plugins
gradleBuildTool : '4.1.1',
spotlessGradle : '5.9.0',
spotlessGradle : '5.12.3',
versionPlugin : '0.28.0',
ktlint : '0.40.0',

// kotlin
kotlin : '1.4.30',
kotlin : '1.4.32',

// support library
materialVersion : '1.2.0-alpha06',
Expand Down

0 comments on commit a03c6bd

Please sign in to comment.