File tree Expand file tree Collapse file tree 7 files changed +24
-12
lines changed
sdk-conversational-flow-core Expand file tree Collapse file tree 7 files changed +24
-12
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,18 @@ allprojects {
2424 }
2525}
2626
27+ project. ext. preDexLibs = ! project. isCi
28+
29+ subprojects {
30+ project. plugins. whenPluginAdded { plugin ->
31+ if (" com.android.build.gradle.AppPlugin" == plugin. class. name) {
32+ project. android. dexOptions. preDexLibraries = rootProject. ext. preDexLibs
33+ } else if (" com.android.build.gradle.LibraryPlugin" == plugin. class. name) {
34+ project. android. dexOptions. preDexLibraries = rootProject. ext. preDexLibs
35+ }
36+ }
37+ }
38+
2739task clean (type : Delete ) {
2840 delete rootProject. buildDir
2941}
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ apply plugin: 'com.novoda.bintray-release'
1717apply plugin : ' com.chattylabs.versioning'
1818apply from : ' ../buildsystem/android.gradle'
1919
20- group = ' com.chattylabs.sdk.android'
21- version = android. defaultConfig. versionName
22-
2320
2421versioning {
2522
@@ -49,6 +46,9 @@ dependencies {
4946 api project(' :sdk-conversational-flow-core' )
5047}
5148
49+ group = ' com.chattylabs.sdk.android'
50+ version = android. defaultConfig. versionName
51+
5252publish {
5353 userOrg = ' chattylabs'
5454 groupId = project. group
Original file line number Diff line number Diff line change 11# Version Update
2- # Tue Aug 07 16:44:50 BST 2018
2+ # Thu Aug 09 14:31:45 BST 2018
33screen =0
44major =00
55sdk =0
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ apply plugin: 'com.novoda.bintray-release'
1717apply plugin : ' com.chattylabs.versioning'
1818apply from : ' ../buildsystem/android.gradle'
1919
20- group = ' com.chattylabs.sdk.android'
21- version = android. defaultConfig. versionName
22-
2320
2421versioning {
2522
@@ -61,6 +58,9 @@ dependencies {
6158 implementation " com.google.cloud:google-cloud-speech:0.55.0-beta"
6259}
6360
61+ group = ' com.chattylabs.sdk.android'
62+ version = android. defaultConfig. versionName
63+
6464publish {
6565 userOrg = ' chattylabs'
6666 groupId = project. group
Original file line number Diff line number Diff line change 11# Version Update
2- # Tue Aug 07 16:44:53 BST 2018
2+ # Thu Aug 09 14:31:47 BST 2018
33screen =0
44major =00
55sdk =0
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ apply plugin: 'com.novoda.bintray-release'
1717apply plugin : ' com.chattylabs.versioning'
1818apply from : ' ../buildsystem/android.gradle'
1919
20- group = ' com.chattylabs.sdk.android'
21- version = android. defaultConfig. versionName
22-
2320
2421versioning {
2522
@@ -53,6 +50,9 @@ dependencies {
5350 testImplementation ' org.robolectric:robolectric:3.8'
5451}
5552
53+ group = ' com.chattylabs.sdk.android'
54+ version = android. defaultConfig. versionName
55+
5656publish {
5757 userOrg = ' chattylabs'
5858 groupId = project. group
Original file line number Diff line number Diff line change 11# Version Update
2- # Tue Aug 07 16:44:51 BST 2018
2+ # Thu Aug 09 14:31:48 BST 2018
33screen =0
44major =00
55sdk =0
You can’t perform that action at this time.
0 commit comments