Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Room Park Android
Project
Project
Details
Activity
Releases
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
Vladislav Bogdashkin
Room Park Android
Commits
fcafd46a
Commit
fcafd46a
authored
May 21, 2020
by
Vladislav Bogdashkin
🎣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update proguard-rules.pro
parent
ea4ddede
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
proguard-rules.pro
app/proguard-rules.pro
+32
-0
No files found.
app/proguard-rules.pro
View file @
fcafd46a
...
@@ -19,3 +19,35 @@
...
@@ -19,3 +19,35 @@
# If you keep the line number information, uncomment this to
# If you keep the line number information, uncomment this to
# hide the original source file name.
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
-
assumenosideeffects
class
android
.
util
.
Log
{
public
static
boolean
isLoggable
(
java
.
lang
.
String
,
int
);
public
static
int
v
(...);
public
static
int
i
(...);
public
static
int
w
(...);
public
static
int
d
(...);
public
static
int
e
(...);
}
-
dontwarn
com
.
franmontiel
.
persistentcookiejar
.
**
-
keep
class
com
.
franmontiel
.
persistentcookiejar
.
**
-
keepclassmembers
class
*
implements
java
.
io
.
Serializable
{
static
final
long
serialVersionUID
;
private
static
final
java
.
io
.
ObjectStreamField
[]
serialPersistentFields
;
!
static
!
transient
<
fields
>
;
private
void
writeObject
(
java
.
io
.
ObjectOutputStream
);
private
void
readObject
(
java
.
io
.
ObjectInputStream
);
java
.
lang
.
Object
writeReplace
();
java
.
lang
.
Object
readResolve
();
}
-
dontwarn
com
.
google
.
vr
.
ndk
.
base
.
DaydreamAp
-
keepattributes
*
Annotation
*
-
keepattributes
SourceFile
,
LineNumberTable
# prevent Crashlytics obfuscation
-
keep
class
com
.
crashlytics
.
**
{
*
;
}
-
dontwarn
com
.
crashlytics
.
**
\ 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