Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 700c6836 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

refactor: use underscores in the APK names

parent ddd8b07d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@ variables:
  PROJECT_ID: "83" # under Settings -> General
  APK_PATH: "app/build/outputs/apk/ose/release"
  UNSIGNED_APK: "davx5-ose-release-unsigned.apk"
  COMMUNITY_APK: "Account-manager-community.apk"
  OFFICIAL_APK: "Account-manager-official.apk"
  COMMUNITY_APK: "Account_manager_community.apk"
  OFFICIAL_APK: "Account_manager_official.apk"

stages:
  - update-from-upstream