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
2022-05-31 11:45:25 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
92bbd7ef683d8f38751843052cf026f73b1f672c
92bbd7ef
1 parent
964abb0c
imp: fix compileSdk
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
example/android/app/build.gradle
example/android/app/build.gradle
View file @
92bbd7e
...
...
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
flutter
.
compileSdkVersion
compileSdkVersion
32
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
...
...
@@ -45,7 +45,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
21
targetSdkVersion
flutter
.
targetSdkVersion
targetSdkVersion
32
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
}
...
...
Please
register
or
login
to post a comment