Mercurial > 510Connectbot
diff app/src/main/AndroidManifest.xml @ 490:7545103ec815 stable-1.9.4-2
use foreground service and notification channel on Android 8+
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 14 Oct 2020 14:48:55 -0700 |
parents | 6751ed7635f6 |
children | e88d48be89a8 |
line wrap: on
line diff
--- a/app/src/main/AndroidManifest.xml Wed Oct 14 12:26:53 2020 -0700 +++ b/app/src/main/AndroidManifest.xml Wed Oct 14 14:48:55 2020 -0700 @@ -17,8 +17,8 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.five_ten_sg.connectbot" - android:versionName="1.9.4-1" - android:versionCode="1941" + android:versionName="1.9.4-2" + android:versionCode="1942" android:installLocation="auto"> <!-- permissions must match HostListActivity.java -->