Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.
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
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
// and apps won't compile using its full classpath.
// Instead, the bundle contains information the SDK's API,
// and the AGP Plugin used to generate sources and compile the app.
debugImplementation project(':runtime-enabled-sdk-bundle')
implementation project(':runtime-enabled-sdk-bundle')
implementation project(':inapp-mediatee-sdk')

implementation libs.androidx.activity.ktx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ dependencies {
// and apps won't compile using its full classpath.
// Instead, the bundle contains information the SDK's API,
// and the AGP Plugin used to generate sources and compile the app.
debugImplementation project(":runtime-enabled-sdk-bundle")
debugImplementation project(":mediatee-sdk-bundle")
implementation project(":runtime-enabled-sdk-bundle")
implementation project(":mediatee-sdk-bundle")
implementation libs.androidx.activity.ktx
implementation libs.kotlin.stdlib.jdk8
implementation libs.androidx.lifecycle.common
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ dependencies {
// and apps won't compile using its full classpath.
// Instead, the bundle contains information the SDK's API,
// and the AGP Plugin used to generate sources and compile the app.
debugImplementation project(':runtime-enabled-sdk-bundle')
debugImplementation project(':mediatee-sdk-adapter-bundle')
implementation project(':runtime-enabled-sdk-bundle')
implementation project(':mediatee-sdk-adapter-bundle')
implementation project(':inapp-mediatee-sdk-adapter')
implementation libs.bundles.sdkruntimeRASDK
implementation libs.androidx.appcompat
Expand Down