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

How to add .Aar depedencies? #510

Open
ctoabidmaqbool1 opened this issue Jul 17, 2024 · 0 comments
Open

How to add .Aar depedencies? #510

ctoabidmaqbool1 opened this issue Jul 17, 2024 · 0 comments

Comments

@ctoabidmaqbool1
Copy link

How can I add android specific .Aar depedencies in gluonfx-maven-plugin?

gluonhq/gluonfx-gradle-plugin#192

When I tried, it's not working as this is .arr file not .jar!

    <dependencies>
        <dependency>
            <groupId>ro.andob.androidawt</groupId>
            <artifactId>androidawt</artifactId>
            <version>1.0.4</version>
        </dependency>
    </dependencies>

    <repositories>
        <repository>
            <id>andob.io</id>
            <url>https://andob.io/repository/open_source</url>
        </repository>
    </repositories>
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant