File tree 4 files changed +3
-41
lines changed
4 files changed +3
-41
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
2
build
3
+ api-google-service_account.json
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ yarn add @getluko/android-rollout-node --dev
13
13
2 . Run the script
14
14
15
15
```
16
- npx android-rollout-node com.package.app production ./android/app/apiKeyFile .json
16
+ npx android-rollout-node com.package.app production ./api-google-service_account .json
17
17
```
Original file line number Diff line number Diff line change 1
1
import { incrementAndroidRollout } from "./incrementAndroidRollout" ;
2
2
3
- // npx ts-node -T scripts/google/execAndroidRollout.ts com.package.name production ./android/app/apiKeyFile .json
3
+ // npx ts-node -T scripts/google/execAndroidRollout.ts com.package.name production ./api-google-service_account .json
4
4
const packageName : string = process . argv [ 2 ] ;
5
5
const track : string = process . argv [ 3 ] ;
6
6
const keyFile : string = process . argv [ 4 ] ;
You can’t perform that action at this time.
0 commit comments