Fix device linking issues on newer devices.

This commit is contained in:
Cody Henthorne
2022-05-19 16:26:03 -04:00
committed by Alex Hart
parent cc31417c97
commit d260c48393
47 changed files with 1387 additions and 236 deletions

View File

@@ -18,6 +18,8 @@ include ':spinner'
include ':spinner-app'
include ':contacts'
include ':contacts-app'
include ':qr'
include ':qr-app'
project(':app').name = 'Signal-Android'
project(':paging').projectDir = file('paging/lib')
@@ -40,6 +42,9 @@ project(':spinner-app').projectDir = file('spinner/app')
project(':contacts').projectDir = file('contacts/lib')
project(':contacts-app').projectDir = file('contacts/app')
project(':qr').projectDir = file('qr/lib')
project(':qr-app').projectDir = file('qr/app')
rootProject.name='Signal'
apply from: 'dependencies.gradle'