Explorar el Código

Update for JitPack

Aidan Follestad hace 10 años
padre
commit
8fcef5a909
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  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"