diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f8b10e9c..f24eecc4 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -357,6 +357,9 @@ jobs: ORG_GRADLE_PROJECT_ZCASH_RELEASE_KEY_ALIAS: androiddebugkey ORG_GRADLE_PROJECT_ZCASH_RELEASE_KEY_ALIAS_PASSWORD: android run: | + # Due to issues with the Rust integration, building the release APK requires running the task twice to + # ensure the native libraries are bundled in the APK + ./gradlew assembleRelease ./gradlew assembleRelease - name: Collect Artifacts timeout-minutes: 1 diff --git a/.idea/runConfigurations/_backend_lib_connectedAndroidTest.xml b/.idea/runConfigurations/_backend_lib_connectedAndroidTest.xml new file mode 100644 index 00000000..c301e498 --- /dev/null +++ b/.idea/runConfigurations/_backend_lib_connectedAndroidTest.xml @@ -0,0 +1,64 @@ + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/_lightwallet_client_lib_connectedAndroidTest.xml b/.idea/runConfigurations/_lightwallet_client_lib_connectedAndroidTest.xml new file mode 100644 index 00000000..d94f6163 --- /dev/null +++ b/.idea/runConfigurations/_lightwallet_client_lib_connectedAndroidTest.xml @@ -0,0 +1,64 @@ + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/_sdk_incubator_lib_connectedAndroidTest.xml b/.idea/runConfigurations/_sdk_incubator_lib_connectedAndroidTest.xml new file mode 100644 index 00000000..464baf38 --- /dev/null +++ b/.idea/runConfigurations/_sdk_incubator_lib_connectedAndroidTest.xml @@ -0,0 +1,64 @@ + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/demo_app_benchmark_test_connectedBenchmarkAndroidTest.xml b/.idea/runConfigurations/demo_app_benchmark_test_connectedBenchmarkAndroidTest.xml index d381e039..71edf0a5 100644 --- a/.idea/runConfigurations/demo_app_benchmark_test_connectedBenchmarkAndroidTest.xml +++ b/.idea/runConfigurations/demo_app_benchmark_test_connectedBenchmarkAndroidTest.xml @@ -1,7 +1,6 @@ - - + +