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
3241092f
Commit
3241092f
authored
6 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
proguard: preserve ezvcard
Change-Id: Ib2bda59478dfd5f43a4ac18fb3a9ab137b2b7209
parent
f0760ec6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ring-android/app/build.gradle
+2
-2
2 additions, 2 deletions
ring-android/app/build.gradle
ring-android/app/proguard-rules.pro
+2
-8
2 additions, 8 deletions
ring-android/app/proguard-rules.pro
with
4 additions
and
10 deletions
ring-android/app/build.gradle
+
2
−
2
View file @
3241092f
...
...
@@ -8,8 +8,8 @@ android {
defaultConfig
{
minSdkVersion
21
targetSdkVersion
28
versionCode
16
4
versionName
"20190525-
6
"
versionCode
16
5
versionName
"20190525-
7
"
}
sourceSets
{
...
...
This diff is collapsed.
Click to expand it.
ring-android/app/proguard-rules.pro
+
2
−
8
View file @
3241092f
...
...
@@ -36,14 +36,8 @@
-
dontwarn
freemarker
.
**
#
EZVcard
-
dontwarn
ezvcard
.
io
.
json
.
**
-
keep
,
includedescriptorclasses
class
ezvcard
.
io
.
json
.
JCardModule
{
*
;
}
-
keepclassmembers
class
ezvcard
.
io
.
json
.
JCardModule
{
*
;
}
-
keep
,
includedescriptorclasses
enum
ezvcard
.
io
.
json
.
JCardModule
{
*
;
}
-
keepclassmembers
enum
ezvcard
.
io
.
json
.
JCardModule
{
*
;
}
-
keep
,
includedescriptorclasses
interface
ezvcard
.
io
.
json
.
JCardModule
{
*
;
}
-
keepclassmembers
interface
ezvcard
.
io
.
json
.
JCardModule
{
*
;
}
-
keep
class
ezvcard
.
property
.
**
{
*
;
}
-
keep
,
includedescriptorclasses
class
ezvcard
.
**
{
*
;
}
-
keepclassmembers
class
ezvcard
.
**
{
*
;
}
#
barcodescanner
-
keep
,
includedescriptorclasses
class
com
.
journeyapps
.
barcodescanner
.
**
{
*
;
}
...
...
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