@consento/sync-randombytes
Version:
Synchronous randombytes function that works in node, the browser & react-native!
22 lines (18 loc) • 771 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.consento.syncrandombytes.test" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="28" />
<instrumentation
android:name="android.test.InstrumentationTestRunner"
android:functionalTest="false"
android:handleProfiling="false"
android:label="Tests for org.consento.syncrandombytes.test"
android:targetPackage="org.consento.syncrandombytes.test" />
<application
android:appComponentFactory="androidx.core.app.CoreComponentFactory"
android:debuggable="true" >
<uses-library android:name="android.test.runner" />
</application>
</manifest>