Skip to content

Commit d63d0a3

Browse files
committed
chore: update sdk to 2.3.3
1 parent 0f50c62 commit d63d0a3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)