io.github.mirokolodii.android-files-uploader
Owner: Myroslav Kolodii
Plugin allows to pull files from specified folder in Android device via ADB and upload to GoogleDrive folder.
https://github.com/mirokolodii/android-files-uploader-plugin
Sources: https://github.com/mirokolodii/android-files-uploader-plugin
Version 0.4 (latest)
0.4
Created 13 March 2023.
Plugin allows to pull files from specified folder in Android device via ADB and upload to GoogleDrive folder.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.mirokolodii.android-files-uploader") version "0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.mirokolodii:android-files-uploader:0.4") } } apply(plugin = "io.github.mirokolodii.android-files-uploader")
- Applying plugins to all subprojects .