We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa0b3ed + 6babe5f commit fef4d02Copy full SHA for fef4d02
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