File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/groupdocs/cloud/viewer/client Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ repositories {
2525...
2626dependencies {
2727 ...
28- implementation 'com.groupdocs:groupdocs-viewer-cloud-android:23.3 '
28+ implementation 'com.groupdocs:groupdocs-viewer-cloud-android:23.7 '
2929}
3030```
3131
Original file line number Diff line number Diff line change 55 <artifactId >groupdocs-viewer-cloud-android</artifactId >
66 <packaging >jar</packaging >
77 <name >groupdocs-viewer-cloud-android</name >
8- <version >23.3 </version >
8+ <version >23.7 </version >
99 <url >https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-android</url >
1010 <description >Java library for communicating with the GroupDocs.Viewer Cloud API</description >
1111 <scm >
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ public ApiClient(Configuration configuration) {
9797 this .json = new JSON ();
9898
9999 // Set default User-Agent.
100- setUserAgent ("java-sdk/23.3 " );
100+ setUserAgent ("java-sdk/23.7 " );
101101
102102 // Set connection timeout
103103 setConnectTimeout (configuration .getTimeout ());
You can’t perform that action at this time.
0 commit comments