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
2024-01-29 10:17:12 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1cfad1076b9a3c3610e3046b340b088b19769969
1cfad107
1 parent
ec25589d
release of v3.5.7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
CHANGELOG.md
android/build.gradle
example/android/build.gradle
CHANGELOG.md
View file @
1cfad10
## 3.5.7
Improvements:
*
Updated js dependency together with other dependencies.
*
Reverted compileSdk version to 33 on Android. This update will be released under version 4.0.0.
## 3.5.6
Bugs fixed:
*
[
web
]
Fixed a crash with the ZXing barcode format (thanks @hazzo!)
...
...
android/build.gradle
View file @
1cfad10
...
...
@@ -9,7 +9,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:8.2.
1
'
classpath
'com.android.tools.build:gradle:8.2.
2
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
example/android/build.gradle
View file @
1cfad10
...
...
@@ -6,7 +6,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:8.2.
1
'
classpath
'com.android.tools.build:gradle:8.2.
2
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
Please
register
or
login
to post a comment