Merge branch 'develop'
This commit is contained in:
commit
58e7adecde
2 changed files with 3 additions and 3 deletions
|
@ -225,8 +225,8 @@ dependencies {
|
||||||
// - https://jitpack.io/p/deckerst/mp4parser
|
// - https://jitpack.io/p/deckerst/mp4parser
|
||||||
// - https://jitpack.io/p/deckerst/pixymeta-android
|
// - https://jitpack.io/p/deckerst/pixymeta-android
|
||||||
implementation 'com.github.deckerst:Android-TiffBitmapFactory:876e53870a'
|
implementation 'com.github.deckerst:Android-TiffBitmapFactory:876e53870a'
|
||||||
implementation 'com.github.deckerst.mp4parser:isoparser:b7b853f2e3'
|
implementation 'com.github.deckerst.mp4parser:isoparser:4cc0c5d06c'
|
||||||
implementation 'com.github.deckerst.mp4parser:muxer:b7b853f2e3'
|
implementation 'com.github.deckerst.mp4parser:muxer:4cc0c5d06c'
|
||||||
implementation 'com.github.deckerst:pixymeta-android:706bd73d6e'
|
implementation 'com.github.deckerst:pixymeta-android:706bd73d6e'
|
||||||
|
|
||||||
// huawei flavor only
|
// huawei flavor only
|
||||||
|
|
|
@ -38,7 +38,7 @@ class PlatformAppService implements AppService {
|
||||||
'com.sony.playmemories.mobile': {'Imaging Edge Mobile'},
|
'com.sony.playmemories.mobile': {'Imaging Edge Mobile'},
|
||||||
'nekox.messenger': {'NekoX'},
|
'nekox.messenger': {'NekoX'},
|
||||||
'org.telegram.messenger': {'Telegram Images', 'Telegram Video'},
|
'org.telegram.messenger': {'Telegram Images', 'Telegram Video'},
|
||||||
'com.whatsapp': {'WhatsApp Animated Gifs', 'WhatsApp Images', 'WhatsApp Video'}
|
'com.whatsapp': {'Whatsapp', 'WhatsApp Animated Gifs', 'WhatsApp Images', 'WhatsApp Video'}
|
||||||
};
|
};
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|
Loading…
Reference in a new issue