Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
R
react-native-fast-image
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
react-native-fast-image
Commits
a3b58101
Commit
a3b58101
authored
Sep 23, 2018
by
Dylan Vann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build.gradle.
parent
649e9a8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
11 deletions
+5
-11
android/build.gradle
android/build.gradle
+5
-11
No files found.
android/build.gradle
View file @
a3b58101
...
...
@@ -53,19 +53,13 @@ repositories {
dependencies
{
//noinspection GradleDynamicVersion
implementation
"com.facebook.react:react-native:${_reactNativeVersion}"
implementation
"com.android.support:support-v4:${_compileSdkVersion}"
implementation
(
"com.github.bumptech.glide:glide:${_glideVersion}"
)
android
.
testVariants
.
all
{
variant
->
variant
.
getCompileConfiguration
().
exclude
group:
'com.android.support'
,
module:
'glide'
variant
.
getRuntimeConfiguration
().
exclude
group:
'com.android.support'
,
module:
'glide'
implementation
"com.android.support:support-v4:${safeExtGet("
supportLibVersion
", "
27.1
.
1
")}"
implementation
(
"com.github.bumptech.glide:glide:${_glideVersion}"
)
{
exclude
group:
"com.android.support"
,
module:
"glide"
}
implementation
(
"com.github.bumptech.glide:annotations:${_glideVersion}"
)
android
.
testVariants
.
all
{
variant
->
variant
.
getCompileConfiguration
().
exclude
group:
'com.android.support'
,
module:
'annotations'
variant
.
getRuntimeConfiguration
().
exclude
group:
'com.android.support'
,
module:
'annotations'
implementation
(
"com.github.bumptech.glide:annotations:${_glideVersion}"
)
{
exclude
group:
"com.android.support"
,
module:
"annotations"
}
annotationProcessor
"com.github.bumptech.glide:compiler:${_glideVersion}"
implementation
(
"com.github.bumptech.glide:okhttp3-integration:${_glideVersion}"
)
{
exclude
group:
"com.android.support"
,
module:
"okhttp3-integration"
...
...
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