Skip to content

Commit

Permalink
chore: update plugin to 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MortezaNedaei committed Apr 20, 2024
1 parent ba3a9b0 commit 4b3c9c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.3.0'

// for TapsellPlus
implementation 'ir.tapsell.plus:tapsell-plus-sdk-android:2.2.5'
implementation 'ir.tapsell.plus:tapsell-plus-sdk-android:2.2.6'

//for adMob
implementation 'com.google.android.gms:play-services-ads:22.6.0'
Expand All @@ -83,7 +83,7 @@ dependencies {
//for adcolony
implementation 'com.adcolony:sdk:4.8.0'

implementation ("com.google.android.gms:play-services-base:18.2.0"){
implementation ("com.google.android.gms:play-services-base:18.4.0"){
exclude group: 'com.android.support'
}
implementation ("com.google.android.gms:play-services-ads-identifier:18.0.1"){
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.1'
classpath 'com.android.tools.build:gradle:8.3.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -19,6 +19,7 @@ allprojects {
repositories {
google()
mavenCentral()
mavenLocal()
maven {
url "https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea"
}
Expand Down

0 comments on commit 4b3c9c2

Please sign in to comment.