From d7303d30c822c3b0b2869b6240d6dccd46be2290 Mon Sep 17 00:00:00 2001 From: Morteza Nedaei Date: Wed, 20 Nov 2024 16:12:47 +0330 Subject: [PATCH] chore: update sdk to 2.3.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ec1baf9..6eb588e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,12 +61,12 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.recyclerview:recyclerview:1.3.2' // for TapsellPlus - implementation 'ir.tapsell.plus:tapsell-plus-sdk-android:2.2.9' + implementation 'ir.tapsell.plus:tapsell-plus-sdk-android:2.3.0' //for adMob implementation 'com.google.android.gms:play-services-ads:22.6.0'