-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproguard-project.txt
47 lines (39 loc) · 2.26 KB
/
proguard-project.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#-------------------------------------------------------------------------------
# Copyright (c) 2012 Humberto Fraga.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the GNU Public License v3.0
# which accompanies this distribution, and is available at
# http://www.gnu.org/licenses/gpl.html
#
# Contributors:
# Humberto Fraga - initial API and implementation
#-------------------------------------------------------------------------------
# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in ${sdk.dir}/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the ProGuard
# include property in project.properties.
-dontobfuscate
# If you want to enable optimization, you should include the
# following:
-optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*
-optimizationpasses 5
-allowaccessmodification
-keep class android.support.v4.app.** { *; }
-keep interface android.support.v4.app.** { *; }
-keep class com.actionbarsherlock.** { *; }
-keep interface com.actionbarsherlock.** { *; }
-keep class com.viewpagerindicator.TabPageIndicator { *; }
-keep class com.doomonafireball.betterpickers.radialtimepicker.RadialPickerLayout { *; }
-keep class com.doomonafireball.betterpickers.radialtimepicker.RadialTimePickerDialog { *; }
-keep interface com.doomonafireball.betterpickers.radialtimepicker.RadialTimePickerDialog.OnTimeSetListener { *; }
-keep class com.doomonafireball.betterpickers.calendardatepicker.CalendarDatePickerDialog { *; }
-keep interface com.doomonafireball.betterpickers.calendardatepicker.CalendarDatePickerDialog.OnDateSetListener { *; }
-keep class com.doomonafireball.betterpickers.datepicker.DatePickerBuilder { *; }
-keep interface com.doomonafireball.betterpickers.datepicker.DatePickerDialogFragment.DatePickerDialogHandler { *; }
-keep public class net.xisberto.work_schedule.settings.SettingsActivity$AboutFragment
-keep public class net.xisberto.work_schedule.settings.SettingsActivity$SettingsFragment
-keepattributes *Annotation*