Skip to content

Commit 572e9b5

Browse files
committed
Update dependencies
1 parent 94c02e2 commit 572e9b5

File tree

8 files changed

+103
-81
lines changed

8 files changed

+103
-81
lines changed

adapterlayout/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
}
2222

2323
dependencies {
24-
api "androidx.recyclerview:recyclerview:1.0.0"
24+
api "androidx.recyclerview:recyclerview:1.1.0"
2525
}
2626

2727
apply from: 'https://raw.githubusercontent.com/Commit451/gradle-android-javadocs/1.0.0/gradle-android-javadocs.gradle'

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626

2727
dependencies {
2828
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
29-
implementation "androidx.appcompat:appcompat:1.1.0"
30-
implementation "com.google.android.material:material:1.0.0"
29+
implementation "androidx.appcompat:appcompat:1.2.0"
30+
implementation "com.google.android.material:material:1.2.1"
3131

3232
implementation("com.wefika:flowlayout:0.4.1") {
3333
exclude group: 'com.intellij', module: 'annotations'

build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
apply plugin: 'com.github.ben-manes.versions'
21
buildscript {
3-
ext.kotlin_version = '1.3.50'
2+
ext.kotlin_version = '1.4.10'
43
repositories {
54
google()
65
jcenter()
76
}
87
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.5.1'
8+
classpath 'com.android.tools.build:gradle:4.0.1'
109
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1110
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
12-
classpath 'com.github.ben-manes:gradle-versions-plugin:0.27.0'
1311
}
1412
}
1513

@@ -27,6 +25,6 @@ task clean(type: Delete) {
2725

2826
ext {
2927
minSdkVersion = 15
30-
compileSdkVersion = 28
28+
compileSdkVersion = 30
3129
targetSdkVersion = compileSdkVersion
3230
}

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
# When configured, Gradle will run in incubating parallel mode.
1616
# This option should only be used with decoupled projects. More details, visit
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18-
# org.gradle.parallel=true
18+
# org.gradle.parallel=true
19+
android.useAndroidX=true

gradle/wrapper/gradle-wrapper.jar

5.44 KB
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Fri Nov 01 10:34:20 CDT 2019
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

gradlew

Lines changed: 68 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 26 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)