diff --git a/android/app/build.gradle b/android/app/build.gradle index ccc3bbbd..122826ba 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -134,8 +134,8 @@ def reactNativeArchitectures() { return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"] } -def VERSION_CODE = 208 -def VERSION_NAME = "2.14.8" +def VERSION_CODE = 209 +def VERSION_NAME = "2.14.9" android { ndkVersion rootProject.ext.ndkVersion diff --git a/package.json b/package.json index cb93c324..095b5ee2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "AV_APP", - "version": "2.14.8", - "buildNumber": "208", + "version": "2.14.9", + "buildNumber": "209", "private": true, "scripts": { "android:dev": "yarn move:dev && react-native run-android",