tuto_bindablelayout / BindableLayoutSample / BindableLayoutSample.Android / Properties / AndroidManifest.xml @ c6214383
Historique | Voir | Annoter | Télécharger (481 octets)
1 |
<?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>
|