We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ebe06 commit 82aa98eCopy full SHA for 82aa98e
2 files changed
build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
jcenter()
5
}
6
dependencies {
7
- classpath 'com.android.tools.build:gradle:3.6.1'
+ classpath 'com.android.tools.build:gradle:3.6.3'
8
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+'
9
10
sample/build.gradle
@@ -35,7 +35,7 @@ android {
35
36
implementation 'androidx.appcompat:appcompat:1.1.0'
37
implementation 'androidx.recyclerview:recyclerview:1.1.0'
38
- implementation 'com.google.android.material:material:1.2.0-alpha05'
+ implementation 'com.google.android.material:material:1.2.0-alpha06'
39
implementation 'com.jakewharton:butterknife:10.2.1'
40
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.1'
41
implementation project(':library')
0 commit comments