danitseitlin/android-config-editor
Edit your Gradle file on the go for a more dynamic way of releasing Apps!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gradlePath | A path to the Gradle file to make changes to! | yes | android/app/build.gradle |
| applicationId | The new application ID | no | — |
| versionCode | The new version code | no | — |
| versionName | The new version name | no | — |
| minSdkVersion | The new min SDK version | no | — |
| targetSdkVersion | The new target SDK version | no | — |
| debug | If to display debug logs on Action execution | no | false |
Outputs
| name | description |
|---|---|
| result | Action Result |