Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
37ff7fdd
Commit
37ff7fdd
authored
Dec 19, 2017
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Fix issues with proguard"
This reverts commit
2202041e
.
parent
536a1b4b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
25 deletions
+6
-25
mobile/proguard-rules.pro
mobile/proguard-rules.pro
+6
-25
No files found.
mobile/proguard-rules.pro
View file @
37ff7fdd
...
@@ -12,12 +12,14 @@
...
@@ -12,12 +12,14 @@
#
public
*
;
#
public
*
;
#
}
#
}
#
Uncomment
this
to
preserve
the
line
number
information
for
#
debugging
stack
traces
.
-
keepattributes
SourceFile
,
LineNumberTable
-
dontobfuscate
-
dontobfuscate
-
keepattributes
SourceFile
,
LineNumberTable
,
Signature
#
If
you
keep
the
line
number
information
,
uncomment
this
to
-
keepattributes
*
DatabaseField
*
#
hide
the
original
source
file
name
.
-
keepattributes
*
DatabaseTable
*
#-
renamesourcefileattribute
SourceFile
-
keepattributes
*
SerializedName
*
-
dontwarn
com
.
j256
.
ormlite
.
**
-
dontwarn
com
.
j256
.
ormlite
.
**
-
dontwarn
com
.
google
.
android
.
gms
.
internal
.
**
-
dontwarn
com
.
google
.
android
.
gms
.
internal
.
**
...
@@ -26,24 +28,3 @@
...
@@ -26,24 +28,3 @@
-
dontwarn
org
.
xbill
.
**
-
dontwarn
org
.
xbill
.
**
-
dontwarn
com
.
evernote
.
android
.
job
.
gcm
.
**
-
dontwarn
com
.
evernote
.
android
.
job
.
gcm
.
**
-
dontwarn
com
.
evernote
.
android
.
job
.
util
.
GcmAvailableHelper
-
dontwarn
com
.
evernote
.
android
.
job
.
util
.
GcmAvailableHelper
-
keep
public
class
android
.
support
.
v7
.
widget
.
**
{
*
;
}
-
keep
public
class
android
.
support
.
v7
.
internal
.
widget
.
**
{
*
;
}
-
keep
public
class
android
.
support
.
v7
.
internal
.
view
.
menu
.
**
{
*
;
}
-
keep
public
class
*
extends
android
.
support
.
v4
.
view
.
ActionProvider
{
public
<
init
>
(
android
.
content
.
Context
);
}
-
keep
class
com
.
github
.
shadowsocks
**
{
*
;}
-
keep
interface
com
.
github
.
shadowsocks
**
{
*
;}
-
keep
enum
com
.
github
.
shadowsocks
**
{
*
;}
-
keep
class
com
.
j256
.
**
-
keepclassmembers
class
com
.
j256
.
**
{
*
;
}
-
keep
enum
com
.
j256
.
**
-
keepclassmembers
enum
com
.
j256
.
**
{
*
;
}
-
keep
interface
com
.
j256
.
**
-
keepclassmembers
interface
com
.
j256
.
**
{
*
;
}
-
optimizations
!
code
/
allocation
/
variable
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment