diff --git a/defvungle/lib/android/androidx-vng-moat-mobile-app-kit-2.6.3.jar b/defvungle/lib/android/androidx-vng-moat-mobile-app-kit-2.6.3.jar deleted file mode 100644 index e59554e..0000000 Binary files a/defvungle/lib/android/androidx-vng-moat-mobile-app-kit-2.6.3.jar and /dev/null differ diff --git a/defvungle/lib/android/gson-2.8.6.jar b/defvungle/lib/android/gson-2.8.6.jar deleted file mode 100644 index 4765c4a..0000000 Binary files a/defvungle/lib/android/gson-2.8.6.jar and /dev/null differ diff --git a/defvungle/lib/android/okhttp-3.12.12.jar b/defvungle/lib/android/okhttp-3.12.12.jar deleted file mode 100644 index f4381a6..0000000 Binary files a/defvungle/lib/android/okhttp-3.12.12.jar and /dev/null differ diff --git a/defvungle/lib/android/okio-1.15.0.jar b/defvungle/lib/android/okio-1.15.0.jar deleted file mode 100644 index ab8ab73..0000000 Binary files a/defvungle/lib/android/okio-1.15.0.jar and /dev/null differ diff --git a/defvungle/lib/android/vungle-android-sdk-6.8.1.jar b/defvungle/lib/android/vungle-android-sdk-6.8.1.jar deleted file mode 100644 index 73b179e..0000000 Binary files a/defvungle/lib/android/vungle-android-sdk-6.8.1.jar and /dev/null differ diff --git a/defvungle/manifests/android/AndroidManifest.xml b/defvungle/manifests/android/AndroidManifest.xml deleted file mode 100644 index 4e0ee45..0000000 --- a/defvungle/manifests/android/AndroidManifest.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/defvungle/manifests/android/build.gradle b/defvungle/manifests/android/build.gradle index 900829c..93bb121 100644 --- a/defvungle/manifests/android/build.gradle +++ b/defvungle/manifests/android/build.gradle @@ -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' } \ No newline at end of file