diff --git a/app.config.ts b/app.config.ts index 6b3b455e..e6da7818 100644 --- a/app.config.ts +++ b/app.config.ts @@ -46,7 +46,8 @@ const config: ExpoConfig = { ], android: { googleServicesFile: "./google-services.json", - package: "app.duolicious" + package: "app.duolicious", + versionCode: 2, } };