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-10-24 20:36:01 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
45c6bd317bd9160acbf2b5db905d7a1dab6e249c
45c6bd31
1 parent
17ee8cbc
add proguard file to plugin
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
android/build.gradle
android/proguard-rules.pro
android/build.gradle
View file @
45c6bd3
@@ -47,6 +47,7 @@ android {
@@ -47,6 +47,7 @@ android {
47
47
48
defaultConfig
{
48
defaultConfig
{
49
minSdkVersion
21
49
minSdkVersion
21
50
+
consumerProguardFiles
'proguard-rules.pro'
50
}
51
}
51
52
52
testOptions
{
53
testOptions
{
android/proguard-rules.pro
0 → 100644
View file @
45c6bd3
1
+
-
keep
class
com
.
google
.
mlkit
.
*
{
*
;
}
2
+
-
keep
class
com
.
google
.
android
.
libraries
.
barhopper
.
**
{
*
;
}
3
+
-
keep
class
com
.
google
.
photos
.
*
{
*
;
}
Please
register
or
login
to post a comment