Updating the constraintlayout library and introducing the design layout

develop
Nelson R. Perez 2018-06-28 23:40:59 -05:00
parent 7a335317f4
commit c5ffc614f4
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ dependencies {
api project(':graphenej')
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:recyclerview-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.jakewharton.rxbinding2:rxbinding:2.1.1'
implementation 'com.jakewharton:butterknife:8.8.1'
implementation 'com.google.code.gson:gson:2.8.4'