Skip to content

Commit

Permalink
chore: release example app 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Sep 19, 2023
1 parent 317ca7a commit 9dadd47
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -118,8 +118,8 @@ android {
applicationId 'com.callstack.reactnativepaperexample'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 24
versionName "3.10.0"
versionCode 25
versionName "3.11.0"
}

splits {
6 changes: 3 additions & 3 deletions example/app.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"description": "Example app for React Native Paper: https://callstack.github.io/react-native-paper/",
"slug": "react-native-paper-example",
"privacy": "public",
"version": "3.10.0",
"version": "3.11.0",
"orientation": "default",
"primaryColor": "#6200EE",
"userInterfaceStyle": "automatic",
@@ -21,11 +21,11 @@
"owner": "react-native-paper",
"ios": {
"bundleIdentifier": "com.callstack.reactnativepaperexample",
"buildNumber": "20.0.0"
"buildNumber": "21.0.0"
},
"android": {
"package": "com.callstack.reactnativepaperexample",
"versionCode": 24,
"versionCode": 25,
"permissions": [
"READ_EXTERNAL_STORAGE",
"WRITE_EXTERNAL_STORAGE"

0 comments on commit 9dadd47

Please sign in to comment.