File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157 run : |
158158 echo "" >> ${{github.workspace}}/Release.md
159159 echo "[](https://flathub.org/apps/io.github.KangLin.SerialPortAssistant)" >> ${{github.workspace}}/Release.md
160-
160+
161161 - name : Create github Release
162162 if : ${{ startsWith(github.ref, 'refs/tags/') }}
163163 continue-on-error : true
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" org.KangLinStudio.SerialPortAssistant" android : installLocation =" auto" android : versionCode =" 0" android : versionName =" 0.5.31" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3+ package =" io.github.KangLin.SerialPortAssistant"
4+ android : installLocation =" auto"
5+ android : versionCode =" 0"
6+ android : versionName =" 0.5.31" >
37
48 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
59 <uses-permission android : name =" android.permission.INTERNET" />
You can’t perform that action at this time.
0 commit comments