dependency update, changed online video format to mp4

This commit is contained in:
nuclearfog 2021-01-16 17:36:22 +01:00
parent 1ea953c4c5
commit 13b4e51830
No known key found for this signature in database
GPG Key ID: D5490E4A81F97B14
2 changed files with 2 additions and 2 deletions

View File

@ -49,5 +49,5 @@ dependencies {
implementation 'com.github.QuadFlask:colorpicker:0.0.15'
implementation 'com.github.nuclearfog:ZoomView:1.0.2'
implementation 'com.github.nuclearfog:Tagger:2.2'
implementation 'com.github.nuclearfog:LinkAndScrollMovement:1.2'
implementation 'com.github.nuclearfog:LinkAndScrollMovement:1.3'
}

View File

@ -29,7 +29,7 @@ public class Tweet implements Serializable {
private static final String PHOTO = "photo";
private static final String VIDEO = "video";
private static final String ANGIF = "animated_gif";
private static final String MEDIA_VIDEO = "application/x-mpegURL";
private static final String MEDIA_VIDEO = "video/mp4";
private long tweetID;
private long time;