File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ plugins {
3
3
}
4
4
5
5
android {
6
- compileSdkVersion 32
6
+ compileSdkVersion 33
7
7
8
8
defaultConfig {
9
9
minSdkVersion 19
10
- targetSdkVersion 32
11
- versionCode 8
12
- versionName " 0.8 "
10
+ targetSdkVersion 33
11
+ versionCode 9
12
+ versionName " 0.9 "
13
13
14
- testInstrumentationRunner " android.support. test.runner.AndroidJUnitRunner"
14
+ testInstrumentationRunner ' androidx. test.runner.AndroidJUnitRunner'
15
15
16
16
}
17
17
@@ -30,9 +30,9 @@ android {
30
30
31
31
dependencies {
32
32
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
33
- implementation ' com.android.support :appcompat-v7:28 .0.0'
33
+ implementation ' androidx.appcompat :appcompat:1 .0.0'
34
34
testImplementation ' junit:junit:4.13'
35
- androidTestImplementation ' com.android.support. test:runner :1.0.2 '
36
- androidTestImplementation ' com.android.support. test.espresso:espresso-core:3.0.2 '
35
+ androidTestImplementation ' androidx. test.ext:junit :1.1.1 '
36
+ androidTestImplementation ' androidx. test.espresso:espresso-core:3.1.0 '
37
37
compileOnly ' com.symbol:emdk:+'
38
38
}
Original file line number Diff line number Diff line change 4
4
<uses-permission android : name =" com.zebra.provider.READ" />
5
5
<queries >
6
6
<package android : name =" com.symbol.emdk.emdkservice" />
7
+ <provider android : authorities =" oem_info" />
7
8
</queries >
8
9
</manifest >
You can’t perform that action at this time.
0 commit comments