Skip to content

Commit

Permalink
Updated version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jul 14, 2019
1 parent 36e94e7 commit aaa9fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ buildscript {
gradlePluginPortal() // where this plugin is hosted
}
dependencies {
classpath 'gradle.plugin.com.github.sgtsilvio.gradle:android-retrofix:0.2.0'
classpath 'gradle.plugin.com.github.sgtsilvio.gradle:android-retrofix:0.2.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.github.sgtsilvio.gradle'
version '0.2.0'
version '0.2.1'

sourceCompatibility = 1.8

Expand Down

0 comments on commit aaa9fd5

Please sign in to comment.