Adding an about activity to the App

This commit is contained in:
serage.betelmal 2017-04-15 19:05:25 +01:00
commit 642e2af23e
7 changed files with 147 additions and 25 deletions

View file

@ -50,6 +50,7 @@ dependencies {
compile 'com.jakewharton:butterknife:8.4.0'
compile 'com.google.firebase:firebase-messaging:10.0.1'
compile 'com.google.firebase:firebase-crash:10.0.1'
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha7'
testCompile 'junit:junit:4.12'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
}