0

I need to send an associate a plugin that he can use in android studio. The plugin is here

I need to send it to him on a USB stick for him to install as his network will not allow the plugin to be downloaded through gradle directly. What do i need to supply ? I look in the generated folders and i found this:

enter image description here

The dependency declaration for this plugin say the following:

dependencies {
classpath 'com.frogermcs.dagger2metrics:dagger2metrics-plugin:0.2'

}

j2emanue
  • 60,549
  • 65
  • 286
  • 456
  • `classpath files('path_to_the_jar.jar')` ... jar can be downloaded from the [jcenter repo](https://bintray.com/) – Selvin Feb 02 '16 at 16:07
  • this works, you can make an offical answer, thank you. i did classpath files('/Users/myuserID/Downloads/dagger2metrics-plugin-0.2.jar') after downloading from https://bintray.com/frogermcs/maven/dagger2metrics-plugin/view#files/com/frogermcs/dagger2metrics/dagger2metrics-plugin/0.2 and it was succcesful. – j2emanue Feb 02 '16 at 17:05

0 Answers0