Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
update ejs files with new package names
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed Jan 7, 2020
1 parent d3f40f3 commit c834ae0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// This file is generated. Edit android/platform/scripts/generate-test-code.js, then run `make generate-test-android`.
package com.mapbox.mapboxsdk.testapp.activity.gen.<%- subPackage %>;

import android.support.test.runner.AndroidJUnit4;
import androidx.test.runner.AndroidJunit4;

import com.mapbox.mapboxsdk.testapp.activity.BaseTest;
import com.mapbox.mapboxsdk.testapp.activity.<%- subPackage %>.<%- activity %>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package com.mapbox.mapboxsdk.testapp.style;

import android.graphics.Color;
import android.support.test.annotation.UiThreadTest;
import android.support.test.runner.AndroidJUnit4;
import androidx.test.runner.AndroidJunit4;

import com.mapbox.mapboxsdk.maps.BaseLayerTest;
import org.junit.Before;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package com.mapbox.mapboxsdk.testapp.style;
import android.graphics.Color;
import android.support.test.espresso.UiController;
import android.support.test.espresso.ViewAction;
import android.support.test.runner.AndroidJUnit4;
import androidx.test.runner.AndroidJunit4;
import android.view.View;

import com.mapbox.mapboxsdk.style.light.Light;
Expand Down

0 comments on commit c834ae0

Please sign in to comment.