We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446eb4b commit d88ff20Copy full SHA for d88ff20
example/app.json
@@ -4,7 +4,7 @@
4
"description": "Example app for React Native Paper: https://callstack.github.io/react-native-paper/",
5
"slug": "react-native-paper-example",
6
"privacy": "public",
7
- "version": "3.2.0",
+ "version": "3.3.0",
8
"entryPoint": "App.js",
9
"orientation": "default",
10
"primaryColor": "#6200EE",
@@ -22,11 +22,11 @@
22
"owner": "react-native-paper",
23
"ios": {
24
"bundleIdentifier": "com.callstack.reactnativepaperexample",
25
- "buildNumber": "13.0.0"
+ "buildNumber": "14.0.0"
26
},
27
"android": {
28
"package": "com.callstack.reactnativepaperexample",
29
- "versionCode": 16,
+ "versionCode": 17,
30
"permissions": [
31
"READ_EXTERNAL_STORAGE",
32
"WRITE_EXTERNAL_STORAGE"
0 commit comments