Skip to content

A GitHub action that let's you edit the configuration of an Android application

Notifications You must be signed in to change notification settings

danitseitlin/android-config-editor-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android config editor 👉 Make your Android deployments a bit faster!

🔥 Integrate with GitHub actions

You can integrate with a GitHub action workflow using the 'android-config-editor' GitHub action:

deployment:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Setting up the environment
      run: npm install
    - name: Update Android config file
      uses: danitseitlin/android-config-editor-action@master
      with:
        gradlePath: android/app/build.gradle
        versionCode: 22
Parameters Explanation
gradlePath The path to the Gradle file we want to adjust. Default: android/app/build.gradle
applicationId The new application ID
versionCode The new version code
versionName The new version name
minSdkVersion The new min SDK version
targetSdkVersion The new target SDK version
debug If to print debug logs. Default: false

About

A GitHub action that let's you edit the configuration of an Android application

Resources

Stars

Watchers

Forks

Packages

No packages published