Skip to content

Commit

Permalink
chore: update sdk to 2.2.8 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortezaNedaei authored Sep 11, 2024
1 parent 7498927 commit 112c56b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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'
Expand All @@ -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'
}

Expand Down
2 changes: 1 addition & 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.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
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip

0 comments on commit 112c56b

Please sign in to comment.