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
aji prasetyo
2024-10-12 22:26:54 +0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c59d9151306c4554b621759c6c67fdb20a68d510
c59d9151
1 parent
dcf46c28
perf: update gradle and java
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
example/android/app/build.gradle
example/android/gradle/wrapper/gradle-wrapper.properties
example/android/settings.gradle
example/android/app/build.gradle
View file @
c59d915
...
...
@@ -27,12 +27,12 @@ android {
compileSdk
34
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
targetCompatibility
JavaVersion
.
VERSION_1_8
sourceCompatibility
JavaVersion
.
VERSION_17
targetCompatibility
JavaVersion
.
VERSION_17
}
kotlinOptions
{
jvmTarget
=
'1
.8
'
jvmTarget
=
'1
7
'
}
sourceSets
{
...
...
@@ -42,7 +42,7 @@ android {
defaultConfig
{
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId
"dev.steenbakker.mobile_scanner_example"
minSdkVersion
2
1
minSdkVersion
2
4
targetSdkVersion
34
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
...
...
example/android/gradle/wrapper/gradle-wrapper.properties
View file @
c59d915
#Thu May 02 10:24:49 CEST 2024
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
7.6.4-bin
.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
8.10.2-all
.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
...
...
example/android/settings.gradle
View file @
c59d915
...
...
@@ -18,8 +18,8 @@ pluginManagement {
plugins
{
id
"dev.flutter.flutter-plugin-loader"
version
"1.0.0"
id
"com.android.application"
version
"7.3.0"
apply
false
id
"org.jetbrains.kotlin.android"
version
"1.7.22"
apply
false
id
"com.android.application"
version
"8.3.2"
apply
false
id
"org.jetbrains.kotlin.android"
version
"2.0.20"
apply
false
}
include
":app"
\ No newline at end of file
...
...
Please
register
or
login
to post a comment