We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45d796 commit e4fd575Copy full SHA for e4fd575
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group 'com.ringcentral'
9
-version '3.2.5'
+version '3.2.6'
10
11
sourceCompatibility = 1.8
12
@@ -15,8 +15,8 @@ repositories {
15
16
17
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'
+ api group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
+ api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.11.0'
20
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
21
22
0 commit comments