Skip to content

Commit 28b169f

Browse files
authored
Merge pull request #14 from ltrudu/master
Update target SDK and version
2 parents c3bb313 + d0ae108 commit 28b169f

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

DeviceIdentifiersWrapper/build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ plugins {
33
}
44

55
android {
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
}

settings.gradle

+6-2
Original file line numberDiff line numberDiff 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
}
1012
dependencyResolutionManagement {
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

0 commit comments

Comments
 (0)