Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix(config): Change package
Browse files Browse the repository at this point in the history
  • Loading branch information
jpollak committed Sep 26, 2017
1 parent 922bedb commit 4b7efa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import android.support.test.runner.AndroidJUnit4;

import com.emarsys.mobileengage.MobileEngage;
import com.emarsys.mobileengage.MobileEngageConfig;
import com.emarsys.mobileengage.MobileEngageUtils;
import com.emarsys.mobileengage.config.MobileEngageConfig;

import org.junit.After;
import org.junit.Before;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import android.util.Log;

import com.emarsys.mobileengage.MobileEngage;
import com.emarsys.mobileengage.MobileEngageConfig;
import com.emarsys.mobileengage.config.MobileEngageConfig;

public class SampleApplication extends Application {

Expand Down

0 comments on commit 4b7efa5

Please sign in to comment.