Skip to content

Commit 4282fa6

Browse files
author
Chris Banes
committed
Update to AGP 4.0.0
Also updated Gradle, and some AndroidX libraries. Change-Id: Ib2088eac7825c633a028c6a82cde25335da1c2e5
1 parent 83e7d65 commit 4282fa6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

WindowInsetsAnimation/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ android {
4545
dependencies {
4646
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4747

48-
implementation 'androidx.core:core-ktx:1.2.0'
48+
implementation 'androidx.core:core-ktx:1.3.0'
4949
implementation 'androidx.dynamicanimation:dynamicanimation-ktx:1.0.0-alpha03'
5050

51-
implementation 'androidx.appcompat:appcompat:1.1.0'
52-
implementation 'com.google.android.material:material:1.1.0'
51+
implementation 'androidx.appcompat:appcompat:1.2.0-rc01'
52+
implementation 'com.google.android.material:material:1.2.0-beta01'
5353
}

WindowInsetsAnimation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
}
2424

2525
dependencies {
26-
classpath "com.android.tools.build:gradle:3.6.3"
26+
classpath "com.android.tools.build:gradle:4.0.0"
2727
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2828
}
2929
}

WindowInsetsAnimation/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-all.zip

0 commit comments

Comments
 (0)