update sdk for Android
This commit is contained in:
parent
3dd2e1854d
commit
06661e0cde
@ -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"
|
||||
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user