mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-13 07:11:56 +01:00
6 lines
448 B
XML
6 lines
448 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.borepin">
|
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
|
|
<application android:label="Borepin.Android" android:theme="@style/MainTheme"></application>
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
</manifest> |