-
Notifications
You must be signed in to change notification settings - Fork 989
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
NT-1432 && NT-1466: Update gradle plugin && Update apollo library #1027
NT-1432 && NT-1466: Update gradle plugin && Update apollo library #1027
Conversation
@@ -24,6 +24,7 @@ import com.kickstarter.ui.fragments.BackingAddOnsFragment | |||
import rx.Observable | |||
import rx.subjects.BehaviorSubject | |||
import rx.subjects.PublishSubject | |||
import java.util.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Why was this import added? Is it possible to not use the wild card and instead list each import individually? I just think it's easier for readability.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nitpick comments, totally up to you if you want to follow them or not, otherwise looks good to me!
@@ -20,6 +20,7 @@ import com.kickstarter.ui.fragments.RewardsFragment | |||
import rx.Observable | |||
import rx.subjects.BehaviorSubject | |||
import rx.subjects.PublishSubject | |||
import java.util.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: same here as comment above
📲 What
📋 QA
./bin/milkrun update-strings
.bundle exec fastlane internal
.bundle exec fastlane external
Story 📖
NT-1466
NT-1432