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 7705108 commit c58c023Copy full SHA for c58c023
app/build.gradle
@@ -13,7 +13,7 @@ repositories {
13
}
14
15
ext {
16
- majorVersion = "3.32."
+ majorVersion = "3.33."
17
18
scalaMajorVersion = '2.11'
19
scalaVersion = scalaMajorVersion + '.12'
@@ -25,7 +25,7 @@ ext {
25
zMessagingVersion = "141.0.2277"
26
paging_version = "1.0.0"
27
28
- avsVersion = '4.9.170@aar'
+ avsVersion = '4.9.12@aar'
29
avsInternalVersion = avsVersion //leave this here in case we want to test specific AVS versions on internal
30
avsName = 'avs'
31
avsGroup = 'com.wire'
0 commit comments