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:
The dependency declaration for this plugin say the following:
dependencies {
classpath 'com.frogermcs.dagger2metrics:dagger2metrics-plugin:0.2'
}