Skip to content

Commit

Permalink
chore: update apps build versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Mar 30, 2022
1 parent 3c2bef9 commit 789724e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"owner": "react-native-paper",
"ios": {
"bundleIdentifier": "com.callstack.reactnativepaperexample",
"buildNumber": "3.0.0"
"buildNumber": "3.1.0"
},
"android": {
"package": "com.callstack.reactnativepaperexample",
"versionCode": 4,
"versionCode": 5,
"permissions": [
"READ_EXTERNAL_STORAGE",
"WRITE_EXTERNAL_STORAGE"
Expand Down

0 comments on commit 789724e

Please sign in to comment.