diff --git a/README.md b/README.md index 2b18c71..30be65a 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ buildscript { gradlePluginPortal() // where this plugin is hosted } dependencies { - classpath 'gradle.plugin.com.github.sgtsilvio.gradle:android-retrofix:0.3.4' + classpath 'gradle.plugin.com.github.sgtsilvio.gradle:android-retrofix:0.3.5' } } diff --git a/build.gradle b/build.gradle index a924d9a..50752d4 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'com.github.sgtsilvio.gradle' -version '0.3.4' +version '0.3.5' sourceCompatibility = 1.8