This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
platform_tools/android/apps/skqp Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ apply plugin: 'com.android.application'
8
8
9
9
dependencies {
10
10
implementation ' com.android.support:design:26.+'
11
- implementation ' com.android.support. test:runner:0.5 '
11
+ implementation ' androidx. test:runner:1.1.0 '
12
12
}
13
13
14
14
android {
Original file line number Diff line number Diff line change 29
29
</activity >
30
30
<uses-library android : name =" android.test.runner" />
31
31
</application >
32
- <instrumentation android : name =" android.support .test.runner.AndroidJUnitRunner"
32
+ <instrumentation android : name =" androidx .test.runner.AndroidJUnitRunner"
33
33
android : targetPackage =" org.skia.skqp" ></instrumentation >
34
34
</manifest >
Original file line number Diff line number Diff line change 10
10
import android .content .Context ;
11
11
import android .content .res .AssetManager ;
12
12
import android .content .res .Resources ;
13
- import android .support .test .InstrumentationRegistry ;
14
13
import android .util .Log ;
14
+ import androidx .test .InstrumentationRegistry ;
15
15
import java .io .File ;
16
16
import java .io .IOException ;
17
17
import java .text .SimpleDateFormat ;
You can’t perform that action at this time.
0 commit comments