Skip to content

Commit

Permalink
testing unsigned app bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 11, 2024
1 parent e27c409 commit 40ef6c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_android_signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
make -j$(($(nproc)/2)) qmake_all
make -j12
make install INSTALL_ROOT=android
androiddeployqt --output android --verbose --input android-QOpenHD-deployment-settings.json --android-platform android-33 --gradle --aab --release --sign ${SOURCE_DIR}/android/qopenhd_key.jks key0 --storepass '${{ secrets.ANDROID_KEYSTORE_PASSWORD }}'
androiddeployqt --output android --verbose --input android-QOpenHD-deployment-settings.json --android-platform android-33 --gradle --aab --release
zip -r file.zip .
Expand Down
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="com.openhd.openhd" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="v16" android:versionCode="16" android:installLocation="auto">
<manifest package="com.openhd.qopenhd" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="v16" android:versionCode="16" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31"/>

<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Expand Down

0 comments on commit 40ef6c6

Please sign in to comment.