Skip to content

Commit

Permalink
Merge pull request #52 from mgonzalezg9/50-add-autoincrement-version-…
Browse files Browse the repository at this point in the history
…code-to-appjson

Add autoIncrement property to eas.json
  • Loading branch information
mgonzalezg9 authored Jun 9, 2024
2 parents f47fe95 + 253caf6 commit 05c0ad8
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions eas.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
{
"build": {
"preview": {
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"preview4": {
"distribution": "internal"
},
"production": {}
"build": {
"preview": {
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"preview4": {
"distribution": "internal"
},
"production": {
"android": {
"autoIncrement": true
}
}
}
}
}

0 comments on commit 05c0ad8

Please sign in to comment.