Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven central migration #2

Merged
merged 9 commits into from
Mar 19, 2021
Prev Previous commit
Next Next commit
Fix missing annotation in Java 9+
  • Loading branch information
reisub committed Mar 11, 2021
commit bebcbe6caf013179bbaeeebed4a864d477fd5925
1 change: 1 addition & 0 deletions retrofit-converter-thrifty/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
api("com.microsoft.thrifty:thrifty-runtime-ktx:${Versions.thrifty_version}")
api("com.squareup.retrofit2:retrofit:${Versions.retrofit_version}")
implementation("com.squareup.okio:okio:${Versions.okio_version}")
implementation("javax.annotation:javax.annotation-api:1.3.2")
testImplementation("com.squareup.okhttp3:mockwebserver:${Versions.okhttp_version}")
testImplementation("org.assertj:assertj-core:3.16.1")
testImplementation("junit:junit:4.13")
Expand Down