Skip to content

Commit 9e813ed

Browse files
committed
[exclude] glide
1 parent c7ad43c commit 9e813ed

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

android/react-fast-image/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ android {
99
compileSdkVersion rootProject.hasProperty('compileSdkVersion') ? rootProject.compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION
1010
buildToolsVersion rootProject.hasProperty('buildToolsVersion') ? rootProject.buildToolsVersion : DEFAULT_BUILD_TOOLS_VERSION
1111

12+
sourceSets {
13+
main {
14+
java {
15+
srcDir "src"
16+
exclude "**/FastImageGlideModule.java"
17+
}
18+
}
19+
}
20+
1221
defaultConfig {
1322
minSdkVersion rootProject.hasProperty('minSdkVersion') ? rootProject.minSdkVersion : DEFAULT_MIN_SDK_VERSION
1423
targetSdkVersion rootProject.hasProperty('targetSdkVersion') ? rootProject.targetSdkVersion : DEFAULT_TARGET_SDK_VERSION

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-component",
33
"title": "React Component",
4-
"version": "1.0.1",
4+
"version": "1.0.3",
55
"description": "Tool to create a React Native library with a command-line interface",
66
"main": "index.js",
77
"scripts": {

react-component.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "react-component"
4-
s.version = "1.0.2"
4+
s.version = "1.0.3"
55
s.summary = "An runtime base on react-native."
66
s.description =
77
<<-DESC

0 commit comments

Comments
 (0)