Ver Fonte

Update for JitPack

Aidan Follestad há 10 anos atrás
pai
commit
8fcef5a909
2 ficheiros alterados com 4 adições e 0 exclusões
  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"