File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
6666 implementation ' androidx.recyclerview:recyclerview:1.3.2'
6767
6868 // for TapsellPlus
69- implementation ' ir.tapsell.plus:tapsell-plus-sdk-android:2.3.2 '
69+ implementation ' ir.tapsell.plus:tapsell-plus-sdk-android:2.3.3 '
7070
7171 // for adMob
7272 implementation ' com.google.android.gms:play-services-ads:22.6.0'
Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ buildscript {
44
55 repositories {
66 mavenCentral()
7- jcenter()
87 google()
98 }
109 dependencies {
11- classpath ' com.android.tools.build:gradle:8.7.2 '
10+ classpath ' com.android.tools.build:gradle:8.13.0 '
1211
1312 // NOTE: Do not place your application dependencies here; they belong
1413 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
You can’t perform that action at this time.
0 commit comments