diff --git a/android/app/build.gradle b/android/app/build.gradle index 684b0d6..63f9961 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -118,7 +118,7 @@ android { applicationId 'com.foln.chalk' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 30 + versionCode 32 versionName "1.0.3" } diff --git a/app.json b/app.json index 6b7f9ea..07f6740 100644 --- a/app.json +++ b/app.json @@ -23,7 +23,7 @@ "backgroundColor": "#FFFFFF" }, "package": "com.foln.chalk", - "versionCode": 30 + "versionCode": 32 }, "plugins": [ "@react-native-firebase/app",