AndroidX icon indicating copy to clipboard operation
AndroidX copied to clipboard

manual updates 20220124

Open moljac opened this issue 2 years ago • 2 comments

Support Libraries Version (eg: 23.3.0):

Does this change any of the generated binding API's?

Describe your contribution

moljac avatar Jan 26 '22 09:01 moljac

new runtime dependencies:

Step 1:

1
	System.Exception: Artifact 'androidx.appcompat.appcompat' has unknown 'Runtime' dependency 'androidx.resourceinspection.resourceinspection-annotation'. Either fulfill or exclude this dependency.

Step 2:

	System.Exception: Artifact 'androidx.resourceinspection.resourceinspection-processor' has unknown 'Runtime' dependency 'com.google.auto.auto-common'. Either fulfill or exclude this dependency.

	System.Exception: Artifact 'androidx.resourceinspection.resourceinspection-processor' has unknown 'Runtime' dependency 'com.google.auto.service.auto-service-annotations'. Either fulfill or exclude this dependency.

	System.Exception: Artifact 'androidx.resourceinspection.resourceinspection-processor' has unknown 'Runtime' dependency 'net.ltgt.gradle.incap.incap'. Either fulfill or exclude this dependency.

	System.Exception: Artifact 'androidx.resourceinspection.resourceinspection-processor' has unknown 'Runtime' dependency 'com.squareup.javapoet'. Either fulfill or exclude this dependency.

OMG!! guava 31.0.1-jre??? not 31.0.1-android???

      {
        "groupId": "com.google.guava",
        "artifactId": "guava",
        "version": "31.0.1-jre",
        "nugetVersion": "CHECK PREFIX 31.0.1-jre",
        "nugetId": "CHECK NUGET ID",
        "dependencyOnly": true/false
      }

moljac avatar Jan 26 '22 09:01 moljac

Updates

  • androidx.camera

    updates requested: https://github.com/xamarin/AndroidX/issues/460

new artifacts

  • androidx.enterprise

    Create enterprise-ready applications.

    https://developer.android.com/jetpack/androidx/releases/enterprise

  • androidx.hilt

    Extend the functionality of Dagger Hilt to enable dependency injection of certain classes from the androidx libraries.

    https://developer.android.com/jetpack/androidx/releases/hilt

moljac avatar Jan 26 '22 09:01 moljac