Browse Source

Fix publish config

Aidan Follestad 6 years ago
parent
commit
1e8fa4b666
3 changed files with 3 additions and 3 deletions
  1. 1 1
      core/build.gradle
  2. 1 1
      files/build.gradle
  3. 1 1
      input/build.gradle

+ 1 - 1
core/build.gradle

@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
 apply from: '../dependencies.gradle'
 apply plugin: "com.github.ben-manes.versions"
 
-ext.shard = 'color'
+ext.shard = 'core'
 apply from: '../bintrayconfig.gradle'
 
 android {

+ 1 - 1
files/build.gradle

@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
 apply from: '../dependencies.gradle'
 apply plugin: "com.github.ben-manes.versions"
 
-ext.shard = 'color'
+ext.shard = 'files'
 apply from: '../bintrayconfig.gradle'
 
 android {

+ 1 - 1
input/build.gradle

@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
 apply from: '../dependencies.gradle'
 apply plugin: "com.github.ben-manes.versions"
 
-ext.shard = 'color'
+ext.shard = 'input'
 apply from: '../bintrayconfig.gradle'
 
 android {