Skip to content

Commit

Permalink
add SDK Ver 8.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FluctMember committed Dec 23, 2021
1 parent 6feb6f0 commit 44430f5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
6 changes: 1 addition & 5 deletions SampleApp/java/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

ext {
fluctSdkVersion = '8.11.0'
fluctSdkVersion = '8.12.0'
}

android {
Expand Down Expand Up @@ -65,7 +65,6 @@ dependencies {
implementation "jp.fluct.mediation:rewardedvideo-mediation-unityads:${fluctSdkVersion}"
implementation "jp.fluct.mediation:rewardedvideo-mediation-adcolony:${fluctSdkVersion}"
implementation "jp.fluct.mediation:rewardedvideo-mediation-tapjoy:${fluctSdkVersion}"
implementation "jp.fluct.mediation:rewardedvideo-mediation-adcorsa:${fluctSdkVersion}"
implementation "jp.fluct.mediation:rewardedvideo-mediation-five:${fluctSdkVersion}"

implementation "jp.fluct.mediation:videointerstitial-mediation-maio:${fluctSdkVersion}"
Expand All @@ -91,9 +90,6 @@ dependencies {
// Tapjoy SDK
implementation 'com.tapjoy:tapjoy-android-sdk:12.4.2@aar'

// AdCorsa SDK
implementation 'com.glossom:glossom-ads-android:2.0.0'

// FIVE SDK
implementation 'com.linecorp.adsnetwork:fivead:2.4.20211029'

Expand Down
1 change: 0 additions & 1 deletion SampleApp/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ allprojects {
maven { url 'http://fan-adn.github.io/nendSDK-Android-lib/library' }
maven { url "https://imobile-maio.github.io/maven" }
maven { url 'https://sdk.tapjoy.com' }
maven { url 'https://github.com/glossom-dev/GlossomAds-Android/raw/master' }
jcenter()
}
}
Expand Down
6 changes: 1 addition & 5 deletions SampleApp/kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

ext {
fluctSdkVersion = '8.11.0'
fluctSdkVersion = '8.12.0'
}

android {
Expand Down Expand Up @@ -72,7 +72,6 @@ dependencies {
implementation "jp.fluct.mediation:rewardedvideo-mediation-unityads:${fluctSdkVersion}"
implementation "jp.fluct.mediation:rewardedvideo-mediation-adcolony:${fluctSdkVersion}"
implementation "jp.fluct.mediation:rewardedvideo-mediation-tapjoy:${fluctSdkVersion}"
implementation "jp.fluct.mediation:rewardedvideo-mediation-adcorsa:${fluctSdkVersion}"
implementation "jp.fluct.mediation:rewardedvideo-mediation-five:${fluctSdkVersion}"

implementation "jp.fluct.mediation:videointerstitial-mediation-maio:${fluctSdkVersion}"
Expand All @@ -98,9 +97,6 @@ dependencies {
// Tapjoy SDK
implementation 'com.tapjoy:tapjoy-android-sdk:12.4.2@aar'

// AdCorsa SDK
implementation 'com.glossom:glossom-ads-android:2.0.0'

// FIVE SDK
implementation 'com.linecorp.adsnetwork:fivead:2.4.20211029'
}
1 change: 0 additions & 1 deletion SampleApp/kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ allprojects {
maven { url 'http://fan-adn.github.io/nendSDK-Android-lib/library' }
maven { url "https://imobile-maio.github.io/maven" }
maven { url 'https://sdk.tapjoy.com' }
maven { url 'https://github.com/glossom-dev/GlossomAds-Android/raw/master' }
jcenter()
}
}
Expand Down

0 comments on commit 44430f5

Please sign in to comment.