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: firebase/quickstart-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d3e92f6
Choose a base ref
...
head repository: firebase/quickstart-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 06a203a
Choose a head ref
  • 15 commits
  • 13 files changed
  • 2 contributors

Commits on Dec 18, 2024

  1. Configuration menu
    Copy the full SHA
    0a6b203 View commit details
    Browse the repository at this point in the history
  2. Reword warning.

    jonsimantov committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    2d75bfe View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. android.yml: python version changes to 3.12, from 3.7, to fix error t…

    …hat GitHub runners do not have 3.7 any more
    dconeybe authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    07e03d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b4e365 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f9a6b5 View commit details
    Browse the repository at this point in the history
  4. use jdk 11 instead of 17

    dconeybe authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    cd2df1c View commit details
    Browse the repository at this point in the history
  5. jcenter - mavenCentral

    dconeybe committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    70a81ac View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Configuration menu
    Copy the full SHA
    c20a4bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c5f90a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93c2a19 View commit details
    Browse the repository at this point in the history
  4. android.yml: fix typo

    dconeybe authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    c4fa6e6 View commit details
    Browse the repository at this point in the history
  5. android.yml: another fix

    dconeybe authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    51a938e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a982b6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    433fa58 View commit details
    Browse the repository at this point in the history
  8. android.yml: revert changes that culminated in the step "Rename d8 to…

    … dx (fixes java.lang.NumberFormatException: Not a number: 33x)"
    
    This step did indeed fix the NumberFormatException; however, a new error surfaced on Ubuntu: com.android.builder.errors.EvalIssueException: Location specified by android.ndkPath (/tmp/android-ndk-r21e) did not contain a valid NDK and couldn't be used
    
    And in Windows, this error occurred: Could not resolve com.google.guava:guava:31.1-android.
    dconeybe committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    06a203a View commit details
    Browse the repository at this point in the history
Loading