Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2023-12-29 15:40:53 +0100
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2023-12-29 15:40:53 +0100
Commit
40b1bc668672a0f0fb74c5decc9f65baf3c89162
40b1bc66
2 parents
4b279801
14d8d6bb
Merge pull request #915 from adidevsoft/patch-1
fix: missing methods on enums
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
android/proguard-rules.pro
android/proguard-rules.pro
View file @
40b1bc6
-
keep
class
com
.
google
.
mlkit
.
*
{
*
;
}
-
keep
class
com
.
google
.
android
.
libraries
.
barhopper
.
**
{
*
;
}
-
keep
class
com
.
google
.
photos
.
*
{
*
;
}
-
keepclassmembers
class
*
extends
java
.
lang
.
Enum
{
<
fields
>
;
public
static
**
[]
values
();
public
static
**
valueOf
(
java
.
lang
.
String
);
}
...
...
Please
register
or
login
to post a comment