Skip to content

Commit

Permalink
Upgrade muzei-api to depend on annotations 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhanniballake committed Mar 23, 2019
1 parent 3903cc7 commit cbd2d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muzei-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ allprojects { ext."signing.password" = props["signing.password"] }
allprojects { ext."signing.secretKeyRingFile" = props["signing.secretKeyRingFile"] }

dependencies {
api "androidx.annotation:annotation:1.0.1"
api "androidx.annotation:annotation:1.0.2"
}
android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down

0 comments on commit cbd2d56

Please sign in to comment.