diff --git a/android/app/build.gradle b/android/app/build.gradle index c4bda0c..102b5ac 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -109,8 +109,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion missingDimensionStrategy "RNN.reactNativeVersion", "reactNative57_5" - versionCode 22 - versionName "2.0.2" + versionCode 23 + versionName "2.0.3" vectorDrawables.useSupportLibrary = true multiDexEnabled true ndk {