Skip to content

Commit

Permalink
Update gradle and library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gdingenen committed Sep 9, 2020
1 parent 34b7ef7 commit 4b52c9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.android.tools.build:gradle:4.0.1'
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat May 16 20:45:03 CEST 2020
#Wed Sep 09 14:55:00 CEST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'

dependencies {
implementation 'androidx.annotation:annotation:1.0.0'
implementation 'androidx.customview:customview:1.0.0'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.customview:customview:1.1.0'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {

dependencies {
compile project(':library')
compile 'androidx.appcompat:appcompat:1.0.0'
compile 'androidx.appcompat:appcompat:1.2.0'
compile 'androidx.legacy:legacy-support-v4:1.0.0'
compile 'com.nineoldandroids:library:2.4.0'
}
Expand Down

0 comments on commit 4b52c9d

Please sign in to comment.