add License activity (#689)

* convert AboutActivity to Kotlin, use BottomSheetActivity for account resolving

* improve AboutActivity

* new License activity

* fix filemojicompat url
This commit is contained in:
Konrad Pozniak 2018-06-25 13:02:34 +02:00 committed by GitHub
commit 3c569c6ac9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 605 additions and 546 deletions

View file

@ -46,6 +46,8 @@ android {
ext.supportLibraryVersion = '27.1.1'
ext.daggerVersion = '2.16'
// if libraries are changed here, they should also be changed in LicenseActivity
dependencies {
implementation('com.mikepenz:materialdrawer:6.0.7@aar') {
transitive = true
@ -56,6 +58,7 @@ dependencies {
implementation "com.android.support:support-v13:$supportLibraryVersion"
implementation "com.android.support:design:$supportLibraryVersion"
implementation "com.android.support:exifinterface:$supportLibraryVersion"
implementation "com.android.support:cardview-v7:$supportLibraryVersion"
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
implementation 'com.squareup.picasso:picasso:2.5.2'