Skip to content

Commit

Permalink
Move Integration into android package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laimiux committed May 14, 2021
1 parent 8d38746 commit b33a72c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- Move `FormulaFragment` into `android` package.
- Move `BackCallback` into `android` package.
- Move `FragmentLifecycleEvent` into `android.events` package.
- Move `Integration` into `android` package.

## [0.6.1] - November 18, 2020
- Bugfix: Fix runtime ignoring `Formula.key` for the root formula.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import com.instacart.formula.android.internal.FunctionUtils
import com.instacart.formula.android.views.FragmentContractViewFactory
import com.instacart.formula.fragment.FragmentContract
import com.instacart.formula.android.internal.FeatureBinding
import com.instacart.formula.integration.Integration
import io.reactivex.rxjava3.core.Observable
import java.lang.IllegalStateException
import kotlin.reflect.KClass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.instacart.formula.integration
package com.instacart.formula.android

import io.reactivex.rxjava3.core.Observable

Expand Down

0 comments on commit b33a72c

Please sign in to comment.