UNPKG
@picovoice/leopard-react-native
Version:
latest (3.0.0)
3.0.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Picovoice Leopard React Native binding
github.com/Picovoice/leopard/
Picovoice/leopard
@picovoice/leopard-react-native
/
android
/
build
/
intermediates
/
library_manifest
/
debug
/
AndroidManifest.xml
11 lines
(9 loc)
•
318 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
11
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"ai.picovoice.reactnative.leopard"
android:versionCode
=
"1"
android:versionName
=
"1.0"
>
<
uses-sdk
android:minSdkVersion
=
"21"
android:targetSdkVersion
=
"31"
/>
</
manifest
>