Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flutter_meiqia
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
李增强
flutter_meiqia
Commits
bc713595
Commit
bc713595
authored
Feb 10, 2021
by
xgz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加混淆
parent
07eb36e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
44 deletions
+0
-44
android/proguard-rules.pro
android/proguard-rules.pro
+0
-44
No files found.
android/proguard-rules.pro
View file @
bc713595
//
OkHttp
相关
-
keepattributes
Signature
-
keepattributes
*
Annotation
*
-
keep
class
com
.
squareup
.
okhttp3
.
**
{
*
;
}
-
keep
interface
com
.
squareup
.
okhttp3
.
**
{
*
;
}
-
dontwarn
com
.
squareup
.
okhttp3
.
**
//
Okio
相关
-
keep
class
sun
.
misc
.
Unsafe
{
*
;
}
-
dontwarn
java
.
nio
.
file
.
*
-
dontwarn
org
.
codehaus
.
mojo
.
animal_sniffer
.
IgnoreJRERequirement
-
dontwarn
okio
.
**
//
UIL
相关
-
keep
class
com
.
nostra13
.
universalimageloader
.
**
{
*
;
}
-
keepclassmembers
class
com
.
nostra13
.
universalimageloader
.
**
{
*
;}
-
dontwarn
com
.
nostra13
.
universalimageloader
.
**
//
Glide
相关
-
keep
class
com
.
bumptech
.
glide
.
Glide
{
*
;
}
-
keep
public
class
*
implements
com
.
bumptech
.
glide
.
module
.
GlideModule
-
keep
public
enum
com
.
bumptech
.
glide
.
load
.
resource
.
bitmap
.
ImageHeaderParser
$
**
{
**
[]
$
VALUES
;
public
*
;
}
-
dontwarn
com
.
bumptech
.
glide
.
**
//
Picasso
相关
-
keep
class
com
.
squareup
.
picasso
.
Picasso
{
*
;
}
-
dontwarn
com
.
squareup
.
okhttp
.
**
-
dontwarn
com
.
squareup
.
picasso
.
**
//
xUtils3相关
-
keepattributes
Signature
,
*
Annotation
*
-
keep
public
class
org
.
xutils
.
**
{
public
protected
*
;
}
-
keep
public
interface
org
.
xutils
.
**
{
public
protected
*
;
}
-
keepclassmembers
class
*
extends
org
.
xutils
.
**
{
public
protected
*
;
}
-
keepclassmembers
@
org
.
xutils
.
db
.
annotation
.
*
class
*
{
*
;}
-
keepclassmembers
@
org
.
xutils
.
http
.
annotation
.
*
class
*
{
*
;}
-
keepclassmembers
class
*
{
@
org
.
xutils
.
view
.
annotation
.
Event
<
methods
>
;
}
-
dontwarn
org
.
xutils
.
**
\ No newline at end of file
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