Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a new pull request by comparing changes across two branches #197

Merged
merged 13 commits into from
Aug 9, 2023

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    67d6067 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f78da0b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Introduce a constant for Robolectric tests using sdk = 18.

    This commit replaces hardcoded instances of 'Config(sdk = 18') with a
    constant. The intent is to make it easier to update the value in the
    future when Robolectric stops supporting sdk 18.
    
    Tested via gradle test testDebugUnitTest.
    brettchabot authored and sjudd committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e9b8758 View commit details
    Browse the repository at this point in the history
  2. Increment ROBOLECTRIC_SDK to 19 from 18.

    A future version of Robolectric will drop support
    for SDK 18.
    
    Tested via gradle test testDebugUnitTest.
    brettchabot authored and sjudd committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    fd96de2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    ce2f495 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Remove unused <uses-sdk android:minSdkVersion="..." />

    Issue id: GradleOverrides
    This minSdkVersion value (...) is not used; it is always overridden by the value specified in the Gradle build script (...)
    Inspection info: The value of (for example) minSdkVersion is only used if it is not specified in the build.gradle build scripts. When specified in the Gradle build scripts, the manifest value is ignored and can be misleading, so should be removed to avoid ambiguity.
    TWiStErRob authored and sjudd committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8c058c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4382fff View commit details
    Browse the repository at this point in the history
  3. Remove unused manifest file.

    TWiStErRob authored and sjudd committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9e0efec View commit details
    Browse the repository at this point in the history
  4. Add missing <?xml version="1.0" encoding="utf-8"?> in all AndroidMa…

    …nifest.xml files.
    TWiStErRob authored and sjudd committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ef9f0b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49ddc01 View commit details
    Browse the repository at this point in the history
  6. Migrate <manifest package="..." in AndroidManifest.xml to namespace '…

    …...' in build.gradle.
    TWiStErRob authored and sjudd committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    401d7e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b62103 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    8f6d645 View commit details
    Browse the repository at this point in the history