Skip to content

Commit c7a237b

Browse files
committed
clean up
1 parent 7834c92 commit c7a237b

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

android-sdk/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ dependencies {
7272
api project(':event-handler')
7373
api project(':user-profile')
7474
api project(':odp')
75-
// api ("com.optimizely.ab:core-api:$java_core_ver") {
76-
// exclude group: 'com.google.code.findbugs'
77-
// }
78-
api ("com.optimizely.ab:core-api:3.1.0-SNAPSHOT") {
75+
api ("com.optimizely.ab:core-api:$java_core_ver") {
7976
exclude group: 'com.google.code.findbugs'
8077
}
8178
implementation "org.slf4j:slf4j-api:$slf4j_ver"
@@ -103,7 +100,7 @@ dependencies {
103100
androidTestImplementation "com.noveogroup.android:android-logger:$android_logger_ver"
104101
androidTestImplementation "com.google.code.gson:gson:$gson_ver"
105102
androidTestImplementation "com.fasterxml.jackson.core:jackson-databind:$jacksonversion"
106-
103+
107104
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
108105
}
109106

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ allprojects {
6666
}
6767

6868
repositories {
69-
mavenLocal()
7069
google()
7170
mavenCentral()
7271
// SNAPSHOT support

shared/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ android {
4545
}
4646

4747
dependencies {
48-
// api ("com.optimizely.ab:core-api:$java_core_ver") {
49-
// exclude group: 'com.google.code.findbugs'
50-
// }
51-
api ("com.optimizely.ab:core-api:3.1.0-SNAPSHOT") {
48+
api ("com.optimizely.ab:core-api:$java_core_ver") {
5249
exclude group: 'com.google.code.findbugs'
5350
}
5451

0 commit comments

Comments
 (0)