Add a new buildType with Flipper.

This commit is contained in:
Greyson Parrelli
2020-03-01 10:54:11 -05:00
parent ceb9e4aee2
commit 245b0a7e50
8 changed files with 409 additions and 108 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.thoughtcrime.securesms">
<application
android:name=".FlipperApplicationContext"
tools:replace="android:name"/>
</manifest>