Skip to content

Commit c8a3a0f

Browse files
committed
Cosmetic changes
1 parent 87749a5 commit c8a3a0f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DeviceIdentifiersWrapper/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ dependencies {
3535
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3636
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
3737
compileOnly 'com.symbol:emdk:+'
38-
api 'com.symbol:emdk:7.0.0'
3938
}
4039

4140
def jarName = 'deviceidentifierswrapper.jar'

SampleApplication/src/main/java/com/zebra/emdk_deviceidentifiers_sample/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
public class MainActivity extends AppCompatActivity {
1515

1616
String TAG = "DeviceID";
17-
17+
1818
static String status = "";
1919
TextView tvStatus;
2020
TextView tvSerialNumber;

0 commit comments

Comments
 (0)