Code Monkey home page Code Monkey logo

Comments (10)

siyengar avatar siyengar commented on August 24, 2024

Thanks for the report. I'll check out why the correct aar is not referenced by the main target.

from conceal.

josephearl avatar josephearl commented on August 24, 2024

Please fix, this causes issues when publishing an aar that depends on Conceal.

  1. Create a library project that uses Conceal
  2. Reference Conceal with "@aar"
  3. Publish your library project
  4. Apps crash at runtime because conceal is not pulled in as a transitive dependency

from conceal.

siyengar avatar siyengar commented on August 24, 2024

Thanks for the report @josephearl . Didn't know that this was happening. I will fix this.

from conceal.

josephearl avatar josephearl commented on August 24, 2024

You can see more info on the accepted answer here http://stackoverflow.com/questions/22795455/transitive-dependencies-not-resolved-for-aar-library-using-gradle

So it is fixable, but it should "just work" like other libraries do

from conceal.

 avatar commented on August 24, 2024

Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.

from conceal.

anandpaithankar avatar anandpaithankar commented on August 24, 2024

Has the fix been submitted for this issue? The latest Maven central pom.xml still shows packaging as "aar.asc".

pom.xml from Maven Central for v1.0.1

<modelVersion>4.0.0</modelVersion>
<groupId>com.facebook.conceal</groupId>
<artifactId>conceal</artifactId>
<version>1.0.1</version>
<packaging>aar.asc</packaging>
<name>Conceal</name>

Default configuration in the build.gradle is probably causing packaging to be used as "aar.asc" instead of "aar".

configurations {
    archives {
        extendsFrom configurations.default
    }
}

Thanks

from conceal.

cmfsotelo avatar cmfsotelo commented on August 24, 2024

This keeps being an issue... and a really nasty one.
Can this be fixed?
Thanks

from conceal.

Blahartinger avatar Blahartinger commented on August 24, 2024

Bump, this is still an issue in 1.1.3. Can this please be fixed?

from conceal.

waltarmour avatar waltarmour commented on August 24, 2024

Bump again.

This is still an issue in 2.0.1. It is definitely causing a bit of grief with dependency handling if Conceal is being used in another AAR project.

Apparently, simply removing the default configuration (as mentioned in Anand's comment, above) may resolve it.

from conceal.

helios175 avatar helios175 commented on August 24, 2024

Hi. We just uploaded version 2.0.2 with the fix to produce a AAR packaging type.
I could not yet try it on the same configuration: app -> LibraryAAR -> ConcealAAR but you could give it a try.

from conceal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.