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
accf9263
Commit
accf9263
authored
Jan 11, 2019
by
crazecoder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Android resource linking failed
parent
f3668906
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletions
+21
-1
android/build.gradle
+18
-1
android/gradle.properties
+3
-0
No files found.
android/build.gradle
View file @
accf9263
...
@@ -22,7 +22,7 @@ rootProject.allprojects {
...
@@ -22,7 +22,7 @@ rootProject.allprojects {
apply
plugin:
'com.android.library'
apply
plugin:
'com.android.library'
android
{
android
{
compileSdkVersion
2
8
compileSdkVersion
2
7
defaultConfig
{
defaultConfig
{
minSdkVersion
16
minSdkVersion
16
...
@@ -31,8 +31,25 @@ android {
...
@@ -31,8 +31,25 @@ android {
lintOptions
{
lintOptions
{
disable
'InvalidPackage'
disable
'InvalidPackage'
}
}
configurations
.
all
{
resolutionStrategy
.
force
"androidx.swiperefreshlayout:swiperefreshlayout:1.0.0-rc01"
resolutionStrategy
.
force
"androidx.arch.core:core-runtime:2.0.0-rc01"
resolutionStrategy
.
force
"androidx.lifecycle:lifecycle-viewmodel:2.0.0-rc01"
resolutionStrategy
.
force
"androidx.documentfile:documentfile:1.0.0-rc01"
resolutionStrategy
.
force
"androidx.fragment:fragment:1.0.0-rc01"
resolutionStrategy
.
force
"androidx.customview:customview:1.0.0-rc01"
resolutionStrategy
.
force
"androidx.asynclayoutinflater:asynclayoutinflater:1.0.0-rc01"
resolutionStrategy
.
force
"androidx.legacy:legacy-support-core-utils:1.0.0-rc01"
resolutionStrategy
.
force
"androidx.interpolator:interpolator:1.0.0-rc01"
resolutionStrategy
.
force
"androidx.core:core:1.0.0-rc01"
resolutionStrategy
.
force
"androidx.viewpager:viewpager:1.0.0-rc01"
resolutionStrategy
.
force
"androidx.drawerlayout:drawerlayout:1.0.0-rc01"
resolutionStrategy
.
force
"androidx.legacy:legacy-support-core-ui:1.0.0-rc01"
resolutionStrategy
.
force
"androidx.cursoradapter:cursoradapter:1.0.0-rc01"
}
}
}
dependencies
{
dependencies
{
implementation
'androidx.appcompat:appcompat:1.0.2'
implementation
'androidx.appcompat:appcompat:1.0.2'
}
}
android/gradle.properties
View file @
accf9263
org.gradle.jvmargs
=
-Xmx1536M
org.gradle.jvmargs
=
-Xmx1536M
android.useAndroidX
=
true
android.enableJetifier
=
true
\ No newline at end of file
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