Skip to content

Commit

Permalink
Update Vungle SDK to 6.11.0. Use Gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaterDad committed Jul 4, 2022
1 parent 1271298 commit fc19c32
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 54 deletions.
Binary file not shown.
Binary file removed defvungle/lib/android/gson-2.8.6.jar
Binary file not shown.
Binary file removed defvungle/lib/android/okhttp-3.12.12.jar
Binary file not shown.
Binary file removed defvungle/lib/android/okio-1.15.0.jar
Binary file not shown.
Binary file removed defvungle/lib/android/vungle-android-sdk-6.8.1.jar
Binary file not shown.
42 changes: 0 additions & 42 deletions defvungle/manifests/android/AndroidManifest.xml

This file was deleted.

25 changes: 13 additions & 12 deletions defvungle/manifests/android/build.gradle
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'
}

0 comments on commit fc19c32

Please sign in to comment.