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

Add packageAndroid* variants to the package group #2285

Merged
merged 5 commits into from
Aug 27, 2024
Merged

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    58d64b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a46c0a8 View commit details
    Browse the repository at this point in the history
  3. Do not add android:minSdkVersion as it reports:

    > Task :deps:processDebugManifest
    /Users/soywiz/projects/korge-hello-world/deps/build/AndroidManifest.xml:3:5-74 Warning:
            uses-sdk:minSdkVersion value (18) specified in the manifest file is ignored. It is overridden by the value declared in the DSL or the variant API, or 1 if not declared/present. Current value is (1).
    /Users/soywiz/projects/korge-hello-world/deps/build/AndroidManifest.xml:3:5-74 Warning:
            uses-sdk:targetSdkVersion value (30) specified in the manifest file is ignored. It is overridden by the value declared in the DSL or the variant API, or 1 if not declared/present. Current value is (1).
    soywiz committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5f6cd7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e5cc94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b68477c View commit details
    Browse the repository at this point in the history