tuto_bindablelayout / BindableLayoutSample / BindableLayoutSample.Android / Properties / AndroidManifest.xml @ a08e96d3
Historique | Voir | Annoter | Télécharger (481 octets)
1 | c6214383 | Martin Toutant | <?xml version="1.0" encoding="utf-8"?>
|
---|---|---|---|
2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.bindablelayoutsample"> |
||
3 | <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" /> |
||
4 | <application android:label="BindableLayoutSample.Android" android:theme="@style/MainTheme"></application> |
||
5 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
||
6 | </manifest> |