blob: d7f6d1dc306c9ec712b78a0dfbb90b42d0c62ec1 [file] [log] [blame]
plugins {
id 'com.android.privacy-sandbox-sdk'
}
android {
compileSdkPreview 'TiramisuPrivacySandbox'
minSdk = 33
namespace = "com.example.adssdk"
bundle {
packageName = "com.myrbsdk"
sdkProviderClassName = "com.myrbsdk.MyAdsSdkEntryPoint"
setVersion(1, 0, 0)
}
}
dependencies {
include project(':ads-sdk-implementation')
}