Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wh201906 committed Jun 18, 2023
1 parent b4f008f commit edbc525
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 152 deletions.
2 changes: 1 addition & 1 deletion Qt/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="priv.wh201906.medifier.qt" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="v0.0.3" android:versionCode="3" android:installLocation="auto">
<manifest package="priv.wh201906.medifier.qt" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="v0.1" android:versionCode="10" android:installLocation="auto">
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Remove the comment if you do not require these default permissions. -->

Expand Down
5 changes: 4 additions & 1 deletion Qt/mEDIFIER.pro
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ DISTFILES += \
android/AndroidManifest.xml

# Remember to change version in AndroidManifest.xml
VERSION = 0.0.3
VERSION = 0.1.0
# Expose VERSION to the source files.
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
QMAKE_TARGET_PRODUCT = "mEDIFIER"
QMAKE_TARGET_DESCRIPTION = "Alternative to Edifier Connect"
QMAKE_TARGET_COMPANY = "wh201906"

# For bluetoothapis.h on Windows, with MinGW
win32: LIBS += -lBthprops
Expand Down
Loading

0 comments on commit edbc525

Please sign in to comment.