Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fluttertoast
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songyanzhi
fluttertoast
Commits
a85cb951
Unverified
Commit
a85cb951
authored
Apr 14, 2024
by
yuseok oh
Committed by
GitHub
Apr 14, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build error fix (#480)
parent
fc431199
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
android/build.gradle
+5
-4
example/android/app/build.gradle
+1
-1
No files found.
android/build.gradle
View file @
a85cb951
...
...
@@ -40,10 +40,11 @@ android {
main
.
java
.
srcDirs
+=
'src/main/kotlin'
}
defaultConfig
{
minSdkVersion
21
if
(
project
.
android
.
hasProperty
(
'namespace'
))
{
namespace
'io.github.ponnamkarthik.toast.fluttertoast'
}
// from flutter sdk 3.2 minSdkVersion
minSdkVersion
19
if
(
project
.
android
.
hasProperty
(
'namespace'
))
{
namespace
'io.github.ponnamkarthik.toast.fluttertoast'
}
}
lintOptions
{
disable
'InvalidPackage'
...
...
example/android/app/build.gradle
View file @
a85cb951
...
...
@@ -47,7 +47,7 @@ android {
applicationId
"com.example.example"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion
21
minSdkVersion
flutter
.
minSdkVersion
targetSdkVersion
flutter
.
targetSdkVersion
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment