Skip to content

Commit

Permalink
Android Build Info
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofix committed Jul 3, 2023
1 parent 20f259f commit d47b2db
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"expo": {
"scheme": "ferias",
"name": "ferias-libres",
"name": "Ferias Libres",
"slug": "ferias-libres",
"description": "Ferias Libres de Chile",
"userInterfaceStyle": "automatic",
Expand All @@ -19,6 +19,15 @@
"image": "./assets/splash.png",
"resizeMode": "contain"
},
"icon": "./assets/icon.png"
"icon": "./assets/icon.png",
"version": "1.1.0",
"android": {
"package": "com.mariofix.ferias-libres",
"versionCode": "2",
"adaptiveIcon": {
"foregroundImage": "./assets/icon.png",
"backgroundColor": "#FFFFFF"
}
}
}
}

0 comments on commit d47b2db

Please sign in to comment.