We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5606b4 commit 5045775Copy full SHA for 5045775
app/build.gradle
@@ -22,7 +22,7 @@ ext {
22
playServicesVersion = '15.0.1'
23
audioVersion = System.getenv("AUDIO_VERSION") ?: '1.209.0@aar'
24
stethoVersion = '1.5.0'
25
- zMessagingVersion = "141.0.2267"
+ zMessagingVersion = "141.0.2269"
26
paging_version = "1.0.0"
27
28
avsVersion = '4.9.170@aar'
@@ -320,7 +320,7 @@ dependencies {
320
// TODO when there are different SE APIs in dev vs internal/prod)
321
boolean internal = true
322
for (String taskName : gradle.startParameter.taskNames) {
323
- if (taskName.contains("Prod") || taskName.contains("Candidate")) {
+ if (taskName.contains("Prod") || taskName.contains("Candidate") || taskName == "aPR") {
324
internal = false
325
break
326
}
0 commit comments