Skip to content

Commit

Permalink
android sdk version up
Browse files Browse the repository at this point in the history
  • Loading branch information
WildSpy committed Aug 17, 2022
1 parent bfc0ab1 commit bc397e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ def safeExtGet(prop, fallback) {
}

android {
compileSdkVersion safeExtGet('YandexMobileAds_compileSdkVersion', 29)
compileSdkVersion safeExtGet('YandexMobileAds_compileSdkVersion', 31)
buildToolsVersion safeExtGet('YandexMobileAds_buildToolsVersion', '29.0.2')
defaultConfig {
minSdkVersion safeExtGet('YandexMobileAds_minSdkVersion', 16)
targetSdkVersion safeExtGet('YandexMobileAds_targetSdkVersion', 29)
targetSdkVersion safeExtGet('YandexMobileAds_targetSdkVersion', 31)
versionCode 1
versionName "1.0"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-yandex-mobile-ads",
"version": "0.3.5",
"version": "0.3.6",
"description": "Implementation Yandex ads for react native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit bc397e2

Please sign in to comment.