Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

imported requestly-android-okhttp in requestly-android #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requestly-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ android {
dependencies {
api project(':requestly-android-core')
api project(':requestly-android-event')
api project(':requestly-android-okhttp')
}

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
Expand Down
3 changes: 0 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ android {
}

dependencies {
debugImplementation project(':requestly-android-okhttp')
releaseImplementation project(':requestly-android-okhttp-noop')

debugImplementation project(':requestly-android')
releaseImplementation project(':requestly-android-noop')

Expand Down