-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Vungle SDK to 6.11.0. Use Gradle.
- Loading branch information
Showing
7 changed files
with
13 additions
and
54 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
// https://support.vungle.com/hc/en-us/articles/360002922871#gradle-0-6 | ||
dependencies { | ||
// Vungle SDK | ||
implementation files('libs/vungle-android-sdk-6.8.1.jar') | ||
|
||
// Required Third-party Dependencies | ||
implementation files('libs/gson-2.8.6.jar') | ||
implementation files('libs/okhttp-3.12.12.jar') | ||
implementation files('libs/okio-1.15.0.jar') | ||
implementation files('libs/androidx-vng-moat-mobile-app-kit-2.6.3.jar') | ||
|
||
implementation 'androidx.core:core:1.3.2' | ||
implementation 'com.vungle:publisher-sdk-android:6.11.0' | ||
|
||
implementation 'androidx.core:core:1.1.0' | ||
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' | ||
|
||
// When appcompat is being used, core and localbroadcastmanager are the dependencies | ||
// that is getting included | ||
// implementation 'androidx.appcompat:appcompat:1.2.0' | ||
// implementation 'androidx.appcompat:appcompat:1.3.0' | ||
|
||
// Recommended for SDK to be able to get Android Advertising ID | ||
implementation 'com.google.android.gms:play-services-basement:17.4.0' | ||
implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0' | ||
implementation 'com.google.android.gms:play-services-basement:18.0.1' | ||
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1' | ||
|
||
// Starting with v6.10.3, the Vungle SDK supports app set ID. | ||
// To take advantage of this feature, include Google Play Services tasks and appset libraries | ||
// inside build.gradle | ||
implementation 'com.google.android.gms:play-services-tasks:18.0.1' | ||
implementation 'com.google.android.gms:play-services-appset:16.0.2' | ||
} |