File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 11
22Pod ::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
You can’t perform that action at this time.
0 commit comments