Skip to content

Commit 7b67fba

Browse files
committed
Android: modify app id to org.KangLinStudio.SerialPortAssistant in AndroidManifest .xml
1 parent 615ef14 commit 7b67fba

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
run: |
158158
echo "" >> ${{github.workspace}}/Release.md
159159
echo "[![Download from Flathub](https://flathub.org/api/badge?locale=en)](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

App/android/AndroidManifest.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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"/>

0 commit comments

Comments
 (0)