We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4361841 + 35533d2 commit ddc1a5bCopy full SHA for ddc1a5b
xendit-android/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
3
apply plugin: 'com.jfrog.bintray'
4
5
group 'com.xendit'
6
-version '3.6.0'
+version '3.6.1'
7
8
ext {
9
bintrayOrg = 'xendit'
@@ -71,7 +71,7 @@ repositories {
71
dependencies {
72
73
implementation fileTree(include: ['*.jar'], dir: 'libs')
74
- implementation 'com.android.volley:volley:1.1.1'
+ implementation 'com.android.volley:volley:1.2.1'
75
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
76
implementation 'androidx.annotation:annotation:1.0.0'
77
implementation 'androidx.core:core:1.0.0'
0 commit comments