diff --git a/android/.gitignore b/android/.gitignore index 48354a3..e0c7510 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -99,3 +99,4 @@ app/src/main/assets/public app/src/main/assets/capacitor.config.json app/src/main/assets/capacitor.plugins.json app/src/main/res/xml/config.xml +/app/release/ diff --git a/web/pages/api/build-id/route.ts b/web/pages/api/build-id.ts similarity index 100% rename from web/pages/api/build-id/route.ts rename to web/pages/api/build-id.ts