diff --git a/android/app/build.gradle b/android/app/build.gradle index 3a632a0..81cbba1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -145,8 +145,8 @@ android { minSdkVersion 26 targetSdkVersion 33 compileSdkVersion 33 - versionCode 4 - versionName "0.3.0" + versionCode 5 + versionName "1.0.0" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) {