feat: Android updates for Windows and androidVersionCode output (#478)
* Create android keystore on windows, output android version code * Add androidVersionCode output test * Move android keystore decode logic to TS
This commit is contained in:
@@ -7,3 +7,11 @@ describe('Output', () => {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
describe('Output', () => {
|
||||
describe('setAndroidVersionCode', () => {
|
||||
it('does not throw', async () => {
|
||||
await expect(Output.setAndroidVersionCode('1000')).resolves.not.toThrow();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user