Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Simple-Sms
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangchengbo
Simple-Sms
Commits
62f6203e
Commit
62f6203e
authored
Nov 18, 2024
by
zhangchengbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:添加ARouter混淆规则
parent
aac6f3f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
proguard-rules.pro
app/proguard-rules.pro
+16
-0
No files found.
app/proguard-rules.pro
View file @
62f6203e
...
...
@@ -52,3 +52,19 @@
-
dontwarn
org
.
zeroturnaround
.
javarebel
.
ClassEventListener
-
dontwarn
org
.
zeroturnaround
.
javarebel
.
Reloader
-
dontwarn
org
.
zeroturnaround
.
javarebel
.
ReloaderFactory
# Please add these rules to your existing keep rules in order to suppress warnings.
# This is generated automatically by the Android Gradle plugin.
-
dontwarn
javax
.
lang
.
model
.
element
.
Element
-
keep
public
class
com
.
alibaba
.
android
.
arouter
.
routes
.
**
{
*
;}
-
keep
public
class
com
.
alibaba
.
android
.
arouter
.
facade
.
**
{
*
;}
-
keep
class
*
implements
com
.
alibaba
.
android
.
arouter
.
facade
.
template
.
ISyringe
{
*
;}
# 如果使用了 byType 的方式获取 Service,需添加下面规则,保护接口
-
keep
interface
*
implements
com
.
alibaba
.
android
.
arouter
.
facade
.
template
.
IProvider
# 如果使用了 单类注入,即不定义接口实现 IProvider,需添加下面规则,保护实现
# -keep class * implements com.alibaba.android.arouter.facade.template.IProvider
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