diff options
| author | Kenny Root <kenny@the-b.org> | 2015-07-17 07:52:24 -0700 | 
|---|---|---|
| committer | Kenny Root <kenny@the-b.org> | 2015-07-17 07:52:24 -0700 | 
| commit | c0bc4123ebcfb91cfc12b3567ee5a45c4708ef57 (patch) | |
| tree | fb039ae46a8a3382a15fe16b0a142b2aa2569757 | |
| parent | ad15d09a0734adc07324cba10527407c91c3d9b5 (diff) | |
| download | connectbot-c0bc4123ebcfb91cfc12b3567ee5a45c4708ef57.tar.gz connectbot-c0bc4123ebcfb91cfc12b3567ee5a45c4708ef57.tar.bz2 connectbot-c0bc4123ebcfb91cfc12b3567ee5a45c4708ef57.zip | |
Revert down to coveralls plugin 2.0.1x
| -rw-r--r-- | app/build.gradle | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/build.gradle b/app/build.gradle index ca76cf3..4fe9432 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ buildscript {      }      dependencies { -        classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4.+' +        classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.0.1x'      }  } | 
