diff --git a/android/build.gradle b/android/build.gradle index fb75808..6b69c2a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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" diff --git a/package.json b/package.json index 8d00c24..19f90df 100644 --- a/package.json +++ b/package.json @@ -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",