We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a9e61 commit a03c6bdCopy full SHA for a03c6bd
dependencies.gradle
@@ -16,17 +16,17 @@
16
ext.versions = [
17
minSdk : 21,
18
compileSdk : 30,
19
- versionCode : 5,
20
- versionName : '1.0.4',
+ versionCode : 6,
+ versionName : '1.0.5',
21
22
// gradle plugins
23
gradleBuildTool : '4.1.1',
24
- spotlessGradle : '5.9.0',
+ spotlessGradle : '5.12.3',
25
versionPlugin : '0.28.0',
26
ktlint : '0.40.0',
27
28
// kotlin
29
- kotlin : '1.4.30',
+ kotlin : '1.4.32',
30
31
// support library
32
materialVersion : '1.2.0-alpha06',
0 commit comments