UNPKG
react-native-pili
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.2
2.1.1
2.0.1
2.0.0
0.0.2
0.0.1
Pili Streaming Cloud React Native SDK
github.com/buhe/react-native-pili
buhe/react-native-pili
react-native-pili
/
android
/
build
/
intermediates
/
bundles
/
debug
/
aapt
/
AndroidManifest.xml
11 lines
(9 loc)
•
301 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
=
"com.pili.rnpili"
android:versionCode
=
"1"
android:versionName
=
"1.0"
>
<
uses-sdk
android:minSdkVersion
=
"16"
android:targetSdkVersion
=
"22"
/>
</
manifest
>