Skip to content

Commit

Permalink
chore: release example app 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Oct 24, 2023
1 parent eb55879 commit 2d069ee
Show file tree
Hide file tree
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
Expand Up @@ -118,8 +118,8 @@ android {
applicationId 'com.callstack.reactnativepaperexample'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 25
versionName "3.11.0"
versionCode 26
versionName "3.12.0"
}

splits {
Expand Down
6 changes: 3 additions & 3 deletions example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0",
"version": "3.12.0",
"orientation": "default",
"primaryColor": "#6200EE",
"userInterfaceStyle": "automatic",
Expand All @@ -21,11 +21,11 @@
"owner": "react-native-paper",
"ios": {
"bundleIdentifier": "com.callstack.reactnativepaperexample",
"buildNumber": "21.0.0"
"buildNumber": "22.0.0"
},
"android": {
"package": "com.callstack.reactnativepaperexample",
"versionCode": 25,
"versionCode": 26,
"permissions": [
"READ_EXTERNAL_STORAGE",
"WRITE_EXTERNAL_STORAGE"
Expand Down

0 comments on commit 2d069ee

Please sign in to comment.