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 plugin: 'com.android.library'
android {
namespace 'org.signal.paging'
buildToolsVersion BUILD_TOOL_VERSION
compileSdkVersion COMPILE_SDK

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.signal.paging">
xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>