dependency update, changed online video format to mp4
This commit is contained in:
parent
1ea953c4c5
commit
13b4e51830
@ -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'
|
||||
}
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user