File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ plugins {
33}
44
55android {
6- compileSdkVersion 33
6+ compileSdkVersion 34
77
88 defaultConfig {
99 minSdkVersion 19
10- targetSdkVersion 33
11- versionCode 100
12- versionName " 0.10 .0"
10+ targetSdkVersion 34
11+ versionCode 110
12+ versionName " 0.11 .0"
1313
1414 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
1515
@@ -32,7 +32,7 @@ dependencies {
3232 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3333 implementation ' androidx.appcompat:appcompat:1.0.0'
3434 testImplementation ' junit:junit:4.13'
35- androidTestImplementation ' androidx.test.ext:junit :1.1.1 '
36- androidTestImplementation ' androidx. test.espresso:espresso-core:3.1.0 '
37- compileOnly ' com.symbol:emdk:+ '
35+ androidTestImplementation ' com.android.support.test:runner :1.0.2 '
36+ androidTestImplementation ' com.android.support. test.espresso:espresso-core:3.0.2 '
37+ compileOnly ' com.symbol:emdk:9.1.1 '
3838}
Original file line number Diff line number Diff line change @@ -3,17 +3,21 @@ pluginManagement {
33 gradlePluginPortal()
44 google()
55 mavenCentral()
6- jcenter()
76 maven { url ' https://jitpack.io' }
7+ maven {
8+ url = " https://zebratech.jfrog.io/artifactory/EMDK-Android/"
9+ }
810 }
911}
1012dependencyResolutionManagement {
1113 repositoriesMode. set(RepositoriesMode . FAIL_ON_PROJECT_REPOS )
1214 repositories {
1315 google()
1416 mavenCentral()
15- jcenter()
1617 maven { url ' https://jitpack.io' }
18+ maven {
19+ url = " https://zebratech.jfrog.io/artifactory/EMDK-Android/"
20+ }
1721 }
1822}
1923
You can’t perform that action at this time.
0 commit comments