Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Dec 7, 2019
1 parent 765939c commit 8cef9c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ buildscript {
'target_sdk' : 28,
'compile_sdk' : 28,
'version_code' : 1,
'version_name' : '0.2.3',
'version_name' : '0.3.0',
'kotlin_lang' : '1.3.50',
'material_library' : '1.0.0',
'androidx_appcompat' : '1.1.0',
'androidx_legacy' : '1.0.0',
'androidx_core_ktx' : '1.2.0-beta01',
'androidx_core_ktx' : '1.2.0-rc01',
'constraint_layout' : '1.1.3',
'cardview' : '1.0.0',
'recyclerview' : '1.1.0-beta05',
'recyclerview' : '1.1.0',
'threetenabp' : '1.1.1',
'junit' : '4.12',
'espresso' : '3.1.1',
Expand All @@ -27,7 +27,7 @@ buildscript {

}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$versions.kotlin_lang"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
Expand Down

0 comments on commit 8cef9c3

Please sign in to comment.