update sdk for Android

This commit is contained in:
Andrey Bondarenko 2023-02-01 23:54:15 +10:00
parent 3dd2e1854d
commit 06661e0cde
2 changed files with 3 additions and 3 deletions

View File

@ -19,10 +19,10 @@ def safeExtGet(prop, fallback) {
}
android {
compileSdkVersion safeExtGet('AwesomeModule_compileSdkVersion', 29)
compileSdkVersion safeExtGet('AwesomeModule_compileSdkVersion', 31)
defaultConfig {
minSdkVersion safeExtGet('AwesomeModule_minSdkVersion', 16)
targetSdkVersion safeExtGet('AwesomeModule_targetSdkVersion', 29)
targetSdkVersion safeExtGet('AwesomeModule_targetSdkVersion', 31)
versionCode 1
versionName "1.0"

View File

@ -1,7 +1,7 @@
{
"name": "react-native-appmetrica-next",
"title": "Yandex AppMetrica React Native Plugin && AppMetricaPushSDK (fireBase CloudMessage)",
"version": "2.2.0",
"version": "2.3.0",
"description": "React Native plugin for AppMetrica analytics tool",
"main": "index.js",
"scripts": {