Skip to content

Commit e4fd575

Browse files
committed
Release 3.2.6
1 parent d45d796 commit e4fd575

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'com.ringcentral'
9-
version '3.2.5'
9+
version '3.2.6'
1010

1111
sourceCompatibility = 1.8
1212

@@ -15,8 +15,8 @@ repositories {
1515
}
1616

1717
dependencies {
18-
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
19-
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.11.0'
18+
api group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
19+
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.11.0'
2020
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
2121
}
2222

0 commit comments

Comments
 (0)