diff --git a/build.gradle b/build.gradle index b8f7b68..5b7fd71 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ task clean(type: Delete) { apply from: "./deploy.gradle" -ext.annotationxVersion = "1.3.0" +ext.annotationxVersion = "1.5.0" ext.okHttpVersion = "4.9.3" ext.retrofitVersion = "2.9.0" ext.junitVersion = "4.13.2"