Skip to content

Commit ddc1a5b

Browse files
Merge pull request #77 from xendit/fix/update-volley
Updated volley to 1.2.1
2 parents 4361841 + 35533d2 commit ddc1a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xendit-android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
33
apply plugin: 'com.jfrog.bintray'
44

55
group 'com.xendit'
6-
version '3.6.0'
6+
version '3.6.1'
77

88
ext {
99
bintrayOrg = 'xendit'
@@ -71,7 +71,7 @@ repositories {
7171
dependencies {
7272

7373
implementation fileTree(include: ['*.jar'], dir: 'libs')
74-
implementation 'com.android.volley:volley:1.1.1'
74+
implementation 'com.android.volley:volley:1.2.1'
7575
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
7676
implementation 'androidx.annotation:annotation:1.0.0'
7777
implementation 'androidx.core:core:1.0.0'

0 commit comments

Comments
 (0)