Skip to content

Commit

Permalink
update mobileads
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonavichus committed Feb 26, 2023
1 parent 4e3c217 commit 63109db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion GodotAndroidYandexAds/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
compileOnly fileTree(include: ['*.aar'], dir: 'libs')
implementation 'com.yandex.android:mobileads:5.5.1' // yandex mobile ads
implementation 'com.yandex.android:mobileads:5.6.0' // yandex mobile ads
implementation 'com.yandex.android:mobmetricalib:5.2.0' //yandex metrics
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In build.gradle the module file of your application add the following code:
```
dependencies {
...
implementation 'com.yandex.android:mobileads:5.5.0'
implementation 'com.yandex.android:mobileads:5.6.0'
}
```

Expand Down
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ plugins {
}

android {
compileSdk 32
compileSdk 33

defaultConfig {
applicationId "com.yoshi.godotandroidyandexads"
minSdk 21
targetSdk 32
targetSdk 33
versionCode 1
versionName "1.0"

Expand All @@ -30,9 +30,9 @@ android {

dependencies {

implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}

0 comments on commit 63109db

Please sign in to comment.