comparison app/src/main/AndroidManifest.xml @ 530:693ba2314798

add debug code around deleting the connections file
author Carl Byington <carl@five-ten-sg.com>
date Tue, 31 Dec 2024 13:50:47 -0700
parents 0c031070b4ad
children 2b41d177f96b
comparison
equal deleted inserted replaced
529:5e230fbada9e 530:693ba2314798
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.4-9" 20 android:versionName="1.9.5-0"
21 android:versionCode="1949" 21 android:versionCode="1950"
22 android:installLocation="auto"> 22 android:installLocation="auto">
23 <queries> 23 <queries>
24 <package android:name="com.five_ten_sg.connectbot.monitor" /> 24 <package android:name="com.five_ten_sg.connectbot.monitor" />
25 </queries> 25 </queries>
26 26