diff --git a/android/app/build.gradle b/android/app/build.gradle index 4855aa72..1b115941 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 = 147 -def VERSION_NAME = "2.9.6" +def VERSION_CODE = 148 +def VERSION_NAME = "2.9.7" android { ndkVersion rootProject.ext.ndkVersion