Merge "Set a groupId on the project."
diff --git a/build.gradle b/build.gradle
index f3eca85..57f9a94 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1 +1,5 @@
-apply plugin: 'java'
\ No newline at end of file
+apply plugin: 'java'
+apply plugin: 'maven'
+
+group = "com.android.tools.build"
+archivesBaseName = 'fat32lib'