255b48d126
- Creates a Benchmark Module to test Performance - Migrates from GSon to Jackson for Performance Gains, adapts all serializers accordingly - Recreates Hex encoding/decoding classes for Performance. - Migrates NIP24 to the new ByteArray Concat encoding. - Removes support for Lenient choices in the. events. - Reorganizes Nostr Events dependencies. - Refactors TLV's and NIP-19 dependencies. - Adds a Large DB for signature checks.
15 lines
548 B
XML
15 lines
548 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<!--
|
|
Important: disable debugging for accurate performance results
|
|
|
|
In a com.android.library project, this flag must be disabled from this
|
|
manifest, as it is not possible to override this flag from Gradle.
|
|
-->
|
|
<application
|
|
android:debuggable="false"
|
|
tools:ignore="HardcodedDebugMode"
|
|
tools:replace="android:debuggable" />
|
|
</manifest> |