I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 5d74e7ff authored by str4d's avatar str4d
Browse files

Comments

parent 332ec1e0
No related branches found
No related tags found
No related merge requests found
......@@ -27,12 +27,15 @@ dependencies {
}
android.libraryVariants.all { variant ->
// Copy I2P client JARs into AAR
def copyClientLibsTask = tasks.create(name: "copy${variant.name.capitalize()}ClientLibs", type: Copy) {
from project(':routerjars').configurations.client.allArtifacts.collect { artifact ->
artifact.file
}
destinationDir file("${buildDir}/intermediates/bundles/${variant.dirName}/libs")
}
// Hook the copy task into the build
variant.packageLibrary.dependsOn copyClientLibsTask
copyClientLibsTask.mustRunAfter ':routerjars:buildClient'
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment