Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation errors due to referencing the Android support library directly #535

Merged
merged 1 commit into from
Dec 3, 2013
Merged

Fix compilation errors due to referencing the Android support library directly #535

merged 1 commit into from
Dec 3, 2013

Conversation

mttkay
Copy link
Contributor

@mttkay mttkay commented Nov 27, 2013

This is to prevent compilation failures in projects that do not link the support-v4 library. The only other option I saw to fix this would have been to split up the android module into one for native fragments and one for support fragments, which I found would come with unjustified overhead. Hence I settled for the cheap way, which is to sacrifice type safety here.

Refs https://github.com/soundcloud/RxJava/issues/2

/cc @gbenson-nflx

This is to prevent compilation failures in projects that do not link the support-v4 library. The only other option I saw to fix this would have been to split up the android module into one for native fragments and one for support fragments, which I found would come with unjustified overhead. Hence I settled for the cheap way, which is to sacrifice type safety here.

Refs https://github.com/soundcloud/RxJava/issues/2
@mttkay
Copy link
Contributor Author

mttkay commented Nov 27, 2013

Should add, we need this to go in to make headway with the Android samples projects

@cloudbees-pull-request-builder

RxJava-pull-requests #462 SUCCESS
This pull request looks good

@gbenson-nflx
Copy link

👍

benjchristensen added a commit that referenced this pull request Dec 3, 2013
Fix compilation errors due to referencing the Android support library directly
@benjchristensen benjchristensen merged commit f29e8b3 into ReactiveX:master Dec 3, 2013
rickbw pushed a commit to rickbw/RxJava that referenced this pull request Jan 9, 2014
…ary-fix

Fix compilation errors due to referencing the Android support library directly
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants