Procházet zdrojové kódy

Update for JitPack

Aidan Follestad před 10 roky
rodič
revize
8fcef5a909
2 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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"