diff --git a/app/build.gradle b/app/build.gradle index 6104a08..15dd05e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,11 +2,11 @@ apply plugin: 'com.android.application' android { namespace 'ir.tapsell.plussample.android' - compileSdkVersion 33 + compileSdkVersion 34 defaultConfig { applicationId "ir.tapsell.plussample.android" - minSdkVersion 19 - targetSdkVersion 33 + minSdkVersion 21 + targetSdkVersion 34 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -60,13 +60,13 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.multidex:multidex:2.0.1' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.3.2' // for TapsellPlus - implementation 'ir.tapsell.plus:tapsell-plus-sdk-android:2.2.7' + implementation 'ir.tapsell.plus:tapsell-plus-sdk-android:2.2.8' //for adMob implementation 'com.google.android.gms:play-services-ads:22.6.0' @@ -80,10 +80,10 @@ dependencies { //for applovin // implementation 'com.applovin:applovin-sdk:12.4.0' - implementation ("com.google.android.gms:play-services-base:18.4.0"){ + implementation ("com.google.android.gms:play-services-base:18.5.0"){ exclude group: 'com.android.support' } - implementation ("com.google.android.gms:play-services-ads-identifier:18.0.1"){ + implementation ("com.google.android.gms:play-services-ads-identifier:18.1.0"){ exclude group: 'com.android.support' } diff --git a/build.gradle b/build.gradle index 2d5ea44..3b72175 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.android.tools.build:gradle:8.6.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 7dac135..f9aa8f2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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-8.9-bin.zip \ No newline at end of file +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip \ No newline at end of file