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:
parent
570d7e3597
commit
3c569c6ac9
20 changed files with 605 additions and 546 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue