Video streaming sample app.

This commit is contained in:
Nicholas
2023-08-15 14:33:02 -04:00
committed by Cody Henthorne
parent 11cfe5ee82
commit a9c45f7e78
33 changed files with 865 additions and 2 deletions
+2 -1
View File
@@ -55,6 +55,8 @@ include ':sticky-header-grid'
include ':photoview'
include ':core-ui'
include ':benchmark'
include ':microbenchmark'
include ':video-app'
project(':app').name = 'Signal-Android'
project(':paging').projectDir = file('paging/lib')
@@ -86,4 +88,3 @@ project(':qr-app').projectDir = file('qr/app')
rootProject.name='Signal'
apply from: 'dependencies.gradle'
include ':microbenchmark'