File tree 2 files changed +13
-9
lines changed
2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ plugins {
3
3
}
4
4
5
5
android {
6
- compileSdkVersion 33
6
+ compileSdkVersion 34
7
7
8
8
defaultConfig {
9
9
minSdkVersion 19
10
- targetSdkVersion 33
11
- versionCode 100
12
- versionName " 0.10 .0"
10
+ targetSdkVersion 34
11
+ versionCode 110
12
+ versionName " 0.11 .0"
13
13
14
14
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
15
15
@@ -32,7 +32,7 @@ dependencies {
32
32
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
33
33
implementation ' androidx.appcompat:appcompat:1.0.0'
34
34
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 '
38
38
}
Original file line number Diff line number Diff line change @@ -3,17 +3,21 @@ pluginManagement {
3
3
gradlePluginPortal()
4
4
google()
5
5
mavenCentral()
6
- jcenter()
7
6
maven { url ' https://jitpack.io' }
7
+ maven {
8
+ url = " https://zebratech.jfrog.io/artifactory/EMDK-Android/"
9
+ }
8
10
}
9
11
}
10
12
dependencyResolutionManagement {
11
13
repositoriesMode. set(RepositoriesMode . FAIL_ON_PROJECT_REPOS )
12
14
repositories {
13
15
google()
14
16
mavenCentral()
15
- jcenter()
16
17
maven { url ' https://jitpack.io' }
18
+ maven {
19
+ url = " https://zebratech.jfrog.io/artifactory/EMDK-Android/"
20
+ }
17
21
}
18
22
}
19
23
You can’t perform that action at this time.
0 commit comments