We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! In old javafxmobile-plugin, somethings like this can be used to include .aar files (and get .jar in resources while in development stage)
dependencies { androidCompile 'com.github.andob:android-awt:1.0.1' androidCompile 'com.android.support:support-v4:28.0.0' compile 'org.lsposed.hiddenapibypass:hiddenapibypass:4.3' } project.afterEvaluate { explodeAarDependencies(project.configurations.androidCompile) explodeAarDependencies(project.configurations.compile) }
but in gluonfx-gradle-plugin or gluonfx-maven-plugin i can't find such an option e.g. explodeAarDependencies
explodeAarDependencies
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! In old javafxmobile-plugin, somethings like this can be used to include .aar files (and get .jar in resources while in development stage)
but in gluonfx-gradle-plugin or gluonfx-maven-plugin i can't find such an option e.g.
explodeAarDependencies
The text was updated successfully, but these errors were encountered: