Skip to content

Commit

Permalink
gradle implementation [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sxci committed Aug 23, 2019
1 parent 4b96d1d commit f6b5447
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ repositories {
}

dependencies {
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.14.2'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
testCompile group: 'com.qiniu', name: 'happy-dns-java', version: '0.1.6'
testCompile group: 'junit', name: 'junit', version: '4.12'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.14.2'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
testImplementation group: 'com.qiniu', name: 'happy-dns-java', version: '0.1.6'
testImplementation group: 'junit', name: 'junit', version: '4.12'
}


Expand Down

0 comments on commit f6b5447

Please sign in to comment.