Skip to content

Commit

Permalink
chore: update tapsellplus to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MortezaNedaei committed Sep 26, 2023
1 parent ed2dfb2 commit 3ffbd8c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 28 deletions.
50 changes: 24 additions & 26 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,46 +63,44 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.3.0'

// for TapsellPlus
implementation 'ir.tapsell.plus:tapsell-plus-sdk-android:2.2.1'
implementation 'ir.tapsell.plus:tapsell-plus-sdk-android:2.2.3'

//for adMob
// implementation 'com.google.android.gms:play-services-ads:21.5.0'
implementation 'com.google.android.gms:play-services-ads:21.5.0'

//for unityAds
// implementation 'com.unity3d.ads:unity-ads:4.6.1'
implementation 'com.unity3d.ads:unity-ads:4.6.1'

//for chartboost
// implementation 'com.chartboost:chartboost-sdk:8.2.1'
implementation 'com.chartboost:chartboost-sdk:8.2.1'

//for applovin
// implementation 'com.applovin:applovin-sdk:11.8.2'
implementation 'com.applovin:applovin-sdk:11.8.2'

//for adcolony
// implementation 'com.adcolony:sdk:4.8.0'
implementation 'com.adcolony:sdk:4.8.0'

// implementation ("com.google.android.gms:play-services-base:18.2.0"){
// exclude group: 'com.android.support'
// }
// implementation ("com.google.android.gms:play-services-ads-identifier:18.0.1"){
// exclude group: 'com.android.support'
// }
implementation ("com.google.android.gms:play-services-base:18.2.0"){
exclude group: 'com.android.support'
}
implementation ("com.google.android.gms:play-services-ads-identifier:18.0.1"){
exclude group: 'com.android.support'
}

// For Mintegral - NOTE: Add custom repository (explained after this)
// implementation "com.mbridge.msdk.oversea:videojs:16.3.91"
// implementation "com.mbridge.msdk.oversea:mbbanner:16.3.91"
// implementation "com.mbridge.msdk.oversea:mbjscommon:16.3.91"
// implementation "com.mbridge.msdk.oversea:playercommon:16.3.91"
// implementation "com.mbridge.msdk.oversea:reward:16.3.91"
// implementation "com.mbridge.msdk.oversea:videocommon:16.3.91"
// implementation "com.mbridge.msdk.oversea:same:16.3.91"
// implementation "com.mbridge.msdk.oversea:interstitialvideo:16.3.91"

implementation 'com.google.android.material:material:1.9.0'

implementation "com.mbridge.msdk.oversea:videojs:16.3.91"
implementation "com.mbridge.msdk.oversea:mbbanner:16.3.91"
implementation "com.mbridge.msdk.oversea:mbjscommon:16.3.91"
implementation "com.mbridge.msdk.oversea:playercommon:16.3.91"
implementation "com.mbridge.msdk.oversea:reward:16.3.91"
implementation "com.mbridge.msdk.oversea:videocommon:16.3.91"
implementation "com.mbridge.msdk.oversea:same:16.3.91"
implementation "com.mbridge.msdk.oversea:interstitialvideo:16.3.91"

// for Vast (PreRoll)
implementation("com.google.ads.interactivemedia.v3:interactivemedia:3.30.1")
implementation 'com.google.android.exoplayer:exoplayer-core:2.18.7'
implementation 'com.google.android.exoplayer:exoplayer-ui:2.18.7'
implementation("com.google.ads.interactivemedia.v3:interactivemedia:3.31.0")
implementation 'com.google.android.exoplayer:exoplayer-core:2.19.1'
implementation 'com.google.android.exoplayer:exoplayer-ui:2.19.1'

testImplementation 'junit:junit:4.13.2'

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.android.tools.build:gradle:4.2.2'


// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip

0 comments on commit 3ffbd8c

Please sign in to comment.