Add ConstraintLayout dependency.
This commit is contained in:
parent
1c46a0bca8
commit
69415e16f0
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ dependencies {
|
|||
annotationProcessor "android.arch.lifecycle:compiler:1.0.0"
|
||||
|
||||
compile "android.arch.persistence:db-framework:1.0.0"
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
||||
|
||||
// for debugging the db. don't enable by default, this will expose the database no the network!
|
||||
// debugImplementation 'com.amitshekhar.android:debug-db:1.0.3'
|
||||
|
|
Loading…
Add table
Reference in a new issue