diff options
| author | rsudev <rasch@munin-soft.de> | 2013-05-02 18:44:12 +0200 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-05-02 18:44:12 +0200 |
| commit | f1b416672ae6562e2521959066af2ae3c583c738 (patch) | |
| tree | 8e12fad0dfda6ff1de08f476e3a248c19b6441ac | |
| parent | 74fce89a36e8d130851145941459966aed1176c3 (diff) | |
| download | cgeo-f1b416672ae6562e2521959066af2ae3c583c738.zip cgeo-f1b416672ae6562e2521959066af2ae3c583c738.tar.gz cgeo-f1b416672ae6562e2521959066af2ae3c583c738.tar.bz2 | |
Fixes #2692, NB 2013.05.02 crashes at start
Modified proguard.cfg to include all methods of the view injector
classes.
| -rw-r--r-- | main/proguard.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/proguard.cfg b/main/proguard.cfg index 4a8ef4b..23d603d 100644 --- a/main/proguard.cfg +++ b/main/proguard.cfg @@ -66,4 +66,4 @@ # Butter knife view injection, see http://jakewharton.github.io/butterknife/ -dontwarn butterknife.Views$InjectViewProcessor --keepclassmembers class **$$ViewInjector
\ No newline at end of file +-keepclassmembers class **$$ViewInjector {*;}
\ No newline at end of file |
