Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit 09eef3c

Browse files
committed
Retab Android plugin.
1 parent 5bf0a64 commit 09eef3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosAndroid.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import java.util.HashMap
99
*/
1010
class RosAndroidPlugin implements Plugin<Project> {
1111

12-
void apply(Project project) {
12+
void apply(Project project) {
1313
project.apply plugin: "ros"
1414
project.extensions.create("rosandroid", RosAndroidPluginExtension)
1515
project.rosandroid.buildToolsVersion = "18.1.1"

0 commit comments

Comments
 (0)