Skip to content

Commit 835fa9a

Browse files
committed
chore: release example app 3.8.0
1 parent 14ed2e5 commit 835fa9a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ android {
145145
applicationId 'com.callstack.reactnativepaperexample'
146146
minSdkVersion rootProject.ext.minSdkVersion
147147
targetSdkVersion rootProject.ext.targetSdkVersion
148-
versionCode 21
149-
versionName "3.7.0"
148+
versionCode 22
149+
versionName "3.8.0"
150150
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
151151

152152
if (isNewArchitectureEnabled()) {

example/app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Example app for React Native Paper: https://callstack.github.io/react-native-paper/",
55
"slug": "react-native-paper-example",
66
"privacy": "public",
7-
"version": "3.7.0",
7+
"version": "3.8.0",
88
"entryPoint": "App.js",
99
"orientation": "default",
1010
"primaryColor": "#6200EE",
@@ -22,11 +22,11 @@
2222
"owner": "react-native-paper",
2323
"ios": {
2424
"bundleIdentifier": "com.callstack.reactnativepaperexample",
25-
"buildNumber": "17.0.0"
25+
"buildNumber": "18.0.0"
2626
},
2727
"android": {
2828
"package": "com.callstack.reactnativepaperexample",
29-
"versionCode": 21,
29+
"versionCode": 22,
3030
"permissions": [
3131
"READ_EXTERNAL_STORAGE",
3232
"WRITE_EXTERNAL_STORAGE"

0 commit comments

Comments
 (0)