Skip to content

Commit ccc07e0

Browse files
committed
Commit for version 0.1
1 parent 85e8931 commit ccc07e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DeviceIdentifiersWrapper/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
ext {
44
PUBLISH_GROUP_ID = 'com.zebra.deviceidentifierswrapper'
55
PUBLISH_ARTIFACT_ID = 'deviceidentifierswrapper'
6-
PUBLISH_VERSION = '1.2.739'
6+
PUBLISH_VERSION = '0.1'
77
}
88

99
android {
@@ -13,7 +13,7 @@ android {
1313
minSdkVersion 26
1414
targetSdkVersion 29
1515
versionCode 1
16-
versionName "1.3"
16+
versionName "0.1"
1717

1818
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1919

SampleApplication/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies {
2525
implementation fileTree(dir: "libs", include: ["*.jar"])
2626
implementation 'androidx.appcompat:appcompat:1.1.0'
2727
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
28-
implementation project(path: ':DeviceIdentifiersWrapper')
29-
implementation project(path: ':DeviceIdentifiersWrapper')
28+
implementation 'com.zebra.deviceidentifierswrapper:deviceidentifierswrapper:0.1'
29+
//implementation project(path: ':DeviceIdentifiersWrapper')
3030
testImplementation 'junit:junit:4.12'
3131
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3232
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

0 commit comments

Comments
 (0)