Update AGP to 7.4.0

This commit is contained in:
Greyson Parrelli
2023-02-11 15:35:01 -05:00
parent 408c288936
commit d9c31a6cd6
64 changed files with 564 additions and 88 deletions

View File

@@ -1,6 +1,8 @@
apply from: "$rootProject.projectDir/signalModule.gradle"
android {
namespace 'org.signal.core.ui'
buildFeatures {
compose true
}