Skip to content

Instantly share code, notes, and snippets.

View devisnik's full-sized avatar

Volker Leck devisnik

  • Berlin, Germany
View GitHub Profile
@devisnik
devisnik / build.gradle
Last active September 5, 2017 16:05
Shrink Guava using Gradle
apply plugin: 'base'
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'net.sf.proguard:proguard-gradle:4.11'
}
}