Skip to content

Commit

Permalink
chore: update gradle to 8.8 (#52)
Browse files Browse the repository at this point in the history
* chore: update gradle to 8.8
  • Loading branch information
MortezaNedaei authored Jun 18, 2024
1 parent 0eac8f7 commit 1aa6aa4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Tapsell Mediation, is a Mediated solution helping businesses increase their mobi

Please refer to our [Documents](https://docs.tapsell.ir/mediation/android) for the implementation details

1. Change the `TAPSELL_APP_ID`, `ADMOB_APP_ID`, `APPLOVIN_APP_ID`, and `TAPSELL_MARKET` in the `TapsellManifestPlaceholders` object in the root `/build.gradle` file to your own app.
2. Sync the project and run one of the following sample modules.

## Samples

Based on your project type, you can find the sample in the following modules:
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ core-ktx = "1.13.1"
junit = "4.13.2"
androidx-test-ext-junit = "1.1.5"
espresso-core = "3.5.1"
appcompat = "1.6.1"
appcompat = "1.7.0"
leakcanary = "2.13"
material = "1.12.0"
constraintlayout = "2.1.4"
Expand All @@ -15,7 +15,7 @@ lifecycle-livedata-ktx = "2.8.0"
lifecycle-viewmodel-ktx = "2.8.0"
lifecycle-runtime-ktx = "2.8.0"
activity-compose = "1.9.0"
compose-bom = "2024.05.00"
compose-bom = "2024.06.00"
coil = "2.6.0"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun May 14 10:53:32 IRST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1aa6aa4

Please sign in to comment.