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 {
33}
44
55android {
6- compileSdkVersion 32
6+ compileSdkVersion 33
77
88 defaultConfig {
99 minSdkVersion 19
10- targetSdkVersion 32
11- versionCode 8
12- versionName " 0.8 "
10+ targetSdkVersion 33
11+ versionCode 9
12+ versionName " 0.9 "
1313
14- testInstrumentationRunner " android.support. test.runner.AndroidJUnitRunner"
14+ testInstrumentationRunner ' androidx. test.runner.AndroidJUnitRunner'
1515
1616 }
1717
@@ -30,9 +30,9 @@ android {
3030
3131dependencies {
3232 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
33- implementation ' com.android.support :appcompat-v7:28 .0.0'
33+ implementation ' androidx.appcompat :appcompat:1 .0.0'
3434 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 '
3737 compileOnly ' com.symbol:emdk:+'
3838}
Original file line number Diff line number Diff line change 44 <uses-permission android : name =" com.zebra.provider.READ" />
55 <queries >
66 <package android : name =" com.symbol.emdk.emdkservice" />
7+ <provider android : authorities =" oem_info" />
78 </queries >
89</manifest >
You can’t perform that action at this time.
0 commit comments