Move the video lib to the proper directory.

This commit is contained in:
Greyson Parrelli 2023-10-06 11:44:10 -04:00 committed by Cody Henthorne
parent d2240f07d8
commit 9cc020a2c7
48 changed files with 5 additions and 2 deletions

View file

@ -35,8 +35,8 @@ include ':lintchecks'
include ':paging'
include ':paging-app'
include ':core-util'
include ':core-util-jvm'
include ':glide-config'
include ':video'
include ':device-transfer'
include ':device-transfer-app'
include ':image-editor'
@ -56,10 +56,10 @@ include ':photoview'
include ':core-ui'
include ':benchmark'
include ':microbenchmark'
include ':video'
include ':video-app'
include ':glide-webp'
include ':glide-webp-app'
include ':core-util-jvm'
project(':app').name = 'Signal-Android'
project(':paging').projectDir = file('paging/lib')
@ -86,6 +86,9 @@ project(':contacts-app').projectDir = file('contacts/app')
project(':qr').projectDir = file('qr/lib')
project(':qr-app').projectDir = file('qr/app')
project(':video').projectDir = file('video/lib')
project(':video-app').projectDir = file('video/app')
project(':glide-webp').projectDir = file('glide-webp/lib')
project(':glide-webp-app').projectDir = file('glide-webp/app')

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

Before

Width:  |  Height:  |  Size: 982 B

After

Width:  |  Height:  |  Size: 982 B

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB