File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33ext {
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
99android {
@@ -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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments