Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: licheedev/Android-SerialPort-API
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: PEMessage/Android-SerialPort-API
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 18, 2025

  1. tweak config to pass build

    Detail:
        a2p /opt/android-sdk/cmdline-tools/latest/bin
        export ANDROID_HOME=/opt/android-sdk
        q-sudo sdkmanager 'build-tools;30.0.2' 'platforms;android-29'
        q-sudo sdkmanager 'ndk;21.4.7075529'
        q-sudo sdkmanager 'cmake;3.18.1'
    PEMessage committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    cf490f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. add android:exported for targetSdk 33

    Detail:
        > Task :sample:processDebugMainManifest FAILED
        Android-SerialPort-API/sample/src/main/AndroidManifest.xml Error:
        Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
    
        See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.
    PEMessage committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    c5da31d View commit details
    Browse the repository at this point in the history
Loading