Commit a2ba4f6
committed
A Refactor of signing config to simplify keystore handling
The `app/build.gradle.kts` file has been updated to simplify the release signing configuration.
The previous implementation included logic to decode a base64 encoded keystore from an environment variable (`KEY_STORE_FILE`) and write it to a temporary file. This logic, along with the associated `Base64` import, has been removed.
The new configuration now directly references the `mLauncher.jks` file within the `app/` directory and retrieves the keystore password, key alias, and key password from their respective environment variables. This change assumes the keystore file is present at build time, streamlining the signing process within the Gradle script.1 parent f33da3a commit a2ba4f6
1 file changed
+9
-36
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
72 | 70 | | |
73 | 71 | | |
74 | 72 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| 73 | + | |
| 74 | + | |
104 | 75 | | |
105 | | - | |
| 76 | + | |
106 | 77 | | |
107 | | - | |
108 | 78 | | |
109 | | - | |
110 | | - | |
111 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
112 | 85 | | |
113 | 86 | | |
114 | 87 | | |
| |||
0 commit comments