We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90e6e50 + cdc3303 commit d9483d0Copy full SHA for d9483d0
ShimmerAndroidInstrumentDriver/shimmerServiceExample/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "com.shimmersensing.shimmerconnect"
8
minSdkVersion 14
9
targetSdkVersion 35
10
- versionCode 30
11
- versionName "1.2"
+ versionCode 29
+ versionName "1.1"
12
multiDexEnabled true
13
14
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -22,6 +22,8 @@ android {
22
}
23
configurations.all {
24
resolutionStrategy.force 'com.google.code.findbugs:jsr305:1.3.9'
25
+ exclude group: 'commons-logging', module: 'commons-logging'
26
+ exclude group: 'org.apache.httpcomponents', module: 'httpclient'
27
28
29
dexOptions {
0 commit comments