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
2025-03-06 11:04:13 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
abbaf7d4e69298c2f1ca69726f83fa553603c69f
abbaf7d4
1 parent
3167c8c3
fix compile sdk for example
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
example/android/app/build.gradle
example/android/app/build.gradle
View file @
abbaf7d
...
...
@@ -24,7 +24,8 @@ if (flutterVersionName == null) {
android
{
namespace
"dev.steenbakker.mobile_scanner_example"
compileSdk
34
compileSdk
35
ndkVersion
"26.3.11579264"
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_17
...
...
@@ -43,7 +44,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId
"dev.steenbakker.mobile_scanner_example"
minSdkVersion
24
targetSdkVersion
3
4
targetSdkVersion
3
5
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
}
...
...
Please
register
or
login
to post a comment