We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0b3ed commit 6babe5fCopy full SHA for 6babe5f
build.gradle
@@ -38,7 +38,7 @@ sourceSets.main.kotlin.srcDirs += generatedSources + "kotlin"
38
39
dependencies {
40
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
41
- compile group: "com.twilio.sdk", name: "twilio", version: "7.27.0"
+ compile group: "com.twilio.sdk", name: "twilio", version: "9.15.1"
42
testImplementation('org.junit.jupiter:junit-jupiter:5.5.1')
43
44
}
0 commit comments