Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet-pdx committed Nov 25, 2020
1 parent 738d485 commit 73cbeb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.android.tools.build:gradle:4.1.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -33,18 +33,18 @@ ext {
compileSdkVersion = 29

// App dependencies
appcompatLibraryVersion = '1.1.0'
appcompatLibraryVersion = '1.2.0'
cardviewLibraryVersion = '1.0.0'
materialLibraryVersion = '1.0.0'
materialLibraryVersion = '1.2.1'
recyclerviewLibraryVersion = '1.1.0'
legacyLibraryVersion = '1.0.0'
junitVersion = '4.12'
runnerVersion = '1.1.0'
runtimeVersion = '100.9.0'
runnerVersion = '1.3.0'
runtimeVersion = '100.10.0'
espressoCoreVersion = '3.1.0'
daggerVerison = '2.25.3'
guavaVersion = '28.1-android'
constraintLayout = '1.1.3'
constraintLayout = '2.0.4'
robotiumVersion = '5.6.3'
annotationVersion = '1.0.0'
}
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 @@
#Mon Apr 08 15:02:02 PDT 2019
#Tue Nov 24 16:52:24 PST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip

0 comments on commit 73cbeb1

Please sign in to comment.