Skip to content

Commit 31929a5

Browse files
authored
Merge pull request #2762 from mikepenz/feature/dependency_updates_20220117
Kotlin 1.6.10 | Material Components 1.5.0
2 parents 9a199d1 + 83a1f67 commit 31929a5

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ buildscript {
1818
annotation : '1.1.0',
1919
recyclerView : '1.2.1',
2020
core : '1.7.0',
21-
material : '1.5.0-beta01',
22-
appcompat : '1.4.0',
21+
material : '1.5.0',
22+
appcompat : '1.4.1',
2323
drawerlayout : '1.1.1',
24-
constraintLayout : '2.1.2',
24+
constraintLayout : '2.1.3',
2525
cardview : '1.0.0',
26-
kotlin : "1.6.0",
27-
fastadapter : "5.5.1",
26+
kotlin : "1.6.10",
27+
fastadapter : "5.6.0",
2828
iconics : "5.3.3",
29-
aboutLibs : "10.0.0-a05",
29+
aboutLibs : "10.0.0-b07",
3030
navigation : "2.3.5",
3131
detekt : '1.18.1',
3232
slidingpaneLayout : "1.1.0",
@@ -41,7 +41,7 @@ buildscript {
4141
mavenLocal()
4242
}
4343
dependencies {
44-
classpath 'com.android.tools.build:gradle:7.0.3'
44+
classpath 'com.android.tools.build:gradle:7.0.4'
4545
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
4646
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:${versions.navigation}"
4747
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:${versions.detekt}"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright ? 2015-2021 the original authors.
4+
# Copyright © 2015-2021 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -32,10 +32,10 @@
3232
# Busybox and similar reduced shells will NOT work, because this script
3333
# requires all of these POSIX shell features:
3434
# * functions;
35-
# * expansions ?$var?, ?${var}?, ?${var:-default}?, ?${var+SET}?,
36-
# ?${var#prefix}?, ?${var%suffix}?, and ?$( cmd )?;
37-
# * compound commands having a testable exit status, especially ?case?;
38-
# * various built-in commands including ?command?, ?set?, and ?ulimit?.
35+
# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
36+
# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
37+
# * compound commands having a testable exit status, especially «case»;
38+
# * various built-in commands including «command», «set», and «ulimit».
3939
#
4040
# Important for patching:
4141
#

0 commit comments

Comments
 (0)