File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ allprojects {
6666 }
6767
6868 repositories {
69- mavenLocal()
7069 google()
7170 mavenCentral()
7271 // SNAPSHOT support
Original file line number Diff line number Diff line change @@ -45,10 +45,7 @@ android {
4545}
4646
4747dependencies {
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
You can’t perform that action at this time.
0 commit comments