Mercurial > 510Connectbot
comparison app/src/main/AndroidManifest.xml @ 457:105815cce146 stable-1.9.3-3
minimum version android 5, target and compile version api 28
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 29 Jan 2019 11:21:57 -0800 |
parents | b00031b2d6ac |
children | a3239022798d |
comparison
equal
deleted
inserted
replaced
456:b00031b2d6ac | 457:105815cce146 |
---|---|
15 See the License for the specific language governing permissions and | 15 See the License for the specific language governing permissions and |
16 limitations under the License. | 16 limitations under the License. |
17 --> | 17 --> |
18 <manifest xmlns:android="http://schemas.android.com/apk/res/android" | 18 <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
19 package="com.five_ten_sg.connectbot" | 19 package="com.five_ten_sg.connectbot" |
20 android:versionName="1.9.3-2" | 20 android:versionName="1.9.3-3" |
21 android:versionCode="1932" | 21 android:versionCode="1933" |
22 android:installLocation="auto"> | 22 android:installLocation="auto"> |
23 | 23 |
24 <uses-permission android:name="android.permission.INTERNET" /> | 24 <uses-permission android:name="android.permission.INTERNET" /> |
25 <uses-permission android:name="android.permission.VIBRATE" /> | 25 <uses-permission android:name="android.permission.VIBRATE" /> |
26 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | 26 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |