Remove unused Hugo plugin

This commit is contained in:
Eugene Cheung 2019-01-22 18:46:08 -05:00
commit 5da8b862ae
No known key found for this signature in database
GPG key ID: E1FD745328866B0A

View file

@ -1,18 +1,6 @@
import javax.annotation.Nullable import javax.annotation.Nullable
buildscript {
repositories {
mavenCentral()
}
dependencies {
//noinspection GradleDynamicVersion
classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1'
}
}
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
apply plugin: 'com.jakewharton.hugo'
static def gitBranch() { static def gitBranch() {
def branch = 'GitHub' def branch = 'GitHub'