Delete temporary proguard configuration for gradle, change the primary one.

This commit is contained in:
Ilya Gorbunov
2017-04-07 18:04:21 +03:00
parent 5aff64078c
commit f5647fb27f
3 changed files with 1 additions and 37 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ task proguard(type: proguard.gradle.ProGuardTask) {
libraryjars configurations.proguardDeps.files
libraryjars rtJar
configuration "${core}/reflection.jvm/reflection.gradle.pro"
configuration "${core}/reflection.jvm/reflection.pro"
}