We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49055bf commit 84bcb15Copy full SHA for 84bcb15
README.md
@@ -74,7 +74,7 @@ buildscript {
74
gradlePluginPortal() // where this plugin is hosted
75
}
76
dependencies {
77
- classpath 'gradle.plugin.com.github.sgtsilvio.gradle:android-retrofix:0.3.3'
+ classpath 'gradle.plugin.com.github.sgtsilvio.gradle:android-retrofix:0.3.4'
78
79
80
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
5
6
group 'com.github.sgtsilvio.gradle'
7
-version '0.3.3'
+version '0.3.4'
8
9
sourceCompatibility = 1.8
10
0 commit comments