Initial commit

This commit is contained in:
Paul Schaub 2018-01-29 14:02:55 +01:00
parent e069ad22de
commit 6c4d022b37
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
31 changed files with 263 additions and 197 deletions

View file

@ -27,6 +27,8 @@ dependencies {
implementation 'com.android.support:cardview-v7:27.0.2'
implementation 'com.android.support:recyclerview-v7:27.0.2'
implementation 'com.android.support:support-emoji:27.0.2'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'