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
Julian Steenbakker
2023-06-27 21:10:42 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2b9a36279e576da6ad278fc6d654fd72daf4a7b2
2b9a3627
1 parent
cb862ec6
imp: upgrade dependency, fix gradle 8
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
example/android/build.gradle
example/android/gradle/wrapper/gradle-wrapper.properties
example/ios/Runner.xcodeproj/project.pbxproj
example/pubspec.yaml
example/android/build.gradle
View file @
2b9a362
...
...
@@ -26,6 +26,6 @@ subprojects {
project
.
evaluationDependsOn
(
':app'
)
}
task
clean
(
type:
Delete
)
{
task
s
.
register
(
"clean"
,
Delete
)
{
delete
rootProject
.
buildDir
}
...
...
example/android/gradle/wrapper/gradle-wrapper.properties
View file @
2b9a362
#Tue
Aug 23 15:51:00 CEST 2022
#Tue
Jun 27 18:47:05 CEST 2023
distributionBase
=
GRADLE_USER_HOME
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionPath
=
wrapper/dists
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.1.1-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
...
...
example/ios/Runner.xcodeproj/project.pbxproj
View file @
2b9a362
...
...
@@ -204,6 +204,7 @@
files = (
);
inputPaths = (
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
);
name = "Thin Binary";
outputPaths = (
...
...
example/pubspec.yaml
View file @
2b9a362
...
...
@@ -8,7 +8,7 @@ environment:
dependencies
:
flutter
:
sdk
:
flutter
image_picker
:
^
0.8.7
image_picker
:
^
1.0.0
mobile_scanner
:
path
:
../
...
...
Please
register
or
login
to post a comment