Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
33c254fe
Commit
33c254fe
authored
Oct 2, 2020
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
proguard: cleanup
Change-Id: If9f8736c24578aeffc74aef3bf81a5268804bf96
parent
c8295af4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ring-android/app/proguard-rules.pro
+0
-18
0 additions, 18 deletions
ring-android/app/proguard-rules.pro
with
0 additions
and
18 deletions
ring-android/app/proguard-rules.pro
+
0
−
18
View file @
33c254fe
...
...
@@ -8,7 +8,6 @@
-
renamesourcefileattribute
SourceFile
-
keepattributes
SourceFile
,
LineNumberTable
-
keep
class
android
.
support
.
v7
.
widget
.
LinearLayoutManager
{
*
;
}
-
keep
,
includedescriptorclasses
class
androidx
.
core
.
content
.
FileProvider
{
*
;
}
-
keepnames
class
*
implements
android
.
os
.
Parcelable
{
...
...
@@ -18,11 +17,6 @@
-
keep
,
includedescriptorclasses
class
cx
.
ring
.
**
{
*
;
}
-
keepclassmembers
class
cx
.
ring
.
**
{
*
;
}
#
Firebase
-
keep
class
com
.
firebase
.
**
{
*
;
}
-
keep
class
com
.
google
.
firebase
.
**
{
*
;
}
-
dontwarn
com
.
google
.
firebase
.
analytics
.
connector
.
AnalyticsConnector
#
ORMLite
-
keep
class
com
.
j256
.
**
-
keepclassmembers
class
com
.
j256
.
**
{
*
;
}
...
...
@@ -56,18 +50,6 @@
-
keep
,
includedescriptorclasses
class
com
.
google
.
zxing
.
**
{
*
;
}
-
keepclassmembers
class
com
.
google
.
zxing
.
**
{
*
;
}
#
Butterknife
-
keep
class
butterknife
.
**
{
*
;
}
-
dontwarn
butterknife
.
**
-
dontwarn
butterknife
.
internal
.
**
-
keep
class
**
$$
ViewBinder
{
*
;
}
-
keepclasseswithmembernames
class
*
{
@
butterknife
.
*
<
fields
>
;
}
-
keepclasseswithmembernames
class
*
{
@
butterknife
.
*
<
methods
>
;
}
#
Glide
-
keep
public
class
*
implements
com
.
bumptech
.
glide
.
module
.
GlideModule
-
keep
public
class
*
extends
com
.
bumptech
.
glide
.
module
.
AppGlideModule
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment