Aidan Follestad 10 rokov pred
rodič
commit
8fcef5a909
2 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 2 0
      commons/build.gradle
  2. 2 0
      core/build.gradle

+ 2 - 0
commons/build.gradle

@@ -1,6 +1,8 @@
 apply plugin: 'com.android.library'
 apply plugin: 'com.github.dcendents.android-maven'
 
+group='com.afollestad'
+
 android {
     compileSdkVersion 23
     buildToolsVersion "23.0.1"

+ 2 - 0
core/build.gradle

@@ -1,6 +1,8 @@
 apply plugin: 'com.android.library'
 apply plugin: 'com.github.dcendents.android-maven'
 
+group='com.afollestad'
+
 android {
     compileSdkVersion 23
     buildToolsVersion "23.0.1"