Skip to content

Commit bf6c580

Browse files
committed
chore: release example app 3.14.0
1 parent 2901378 commit bf6c580

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ android {
118118
applicationId 'com.callstack.reactnativepaperexample'
119119
minSdkVersion rootProject.ext.minSdkVersion
120120
targetSdkVersion rootProject.ext.targetSdkVersion
121-
versionCode 27
122-
versionName "3.13.0"
121+
versionCode 28
122+
versionName "3.14.0"
123123
}
124124

125125
splits {

example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</queries>
1414
<application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="true" android:theme="@style/AppTheme" android:usesCleartextTraffic="true">
1515
<meta-data android:name="expo.modules.updates.ENABLED" android:value="true"/>
16-
<meta-data android:name="expo.modules.updates.EXPO_RUNTIME_VERSION" android:value="@string/expo_runtime_version"/>
16+
<meta-data android:name="expo.modules.updates.EXPO_RUNTIME_VERSION" android:value="exposdk:48.0.0"/>
1717
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_CHECK_ON_LAUNCH" android:value="ALWAYS"/>
1818
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_LAUNCH_WAIT_MS" android:value="0"/>
1919
<meta-data android:name="expo.modules.updates.EXPO_UPDATE_URL" android:value="https://u.expo.dev/ba8f5139-58fe-48f0-b2f2-2d675b6eb2d4"/>

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.13.0",
7+
"version": "3.14.0",
88
"orientation": "default",
99
"primaryColor": "#6200EE",
1010
"userInterfaceStyle": "automatic",
@@ -21,11 +21,11 @@
2121
"owner": "react-native-paper",
2222
"ios": {
2323
"bundleIdentifier": "com.callstack.reactnativepaperexample",
24-
"buildNumber": "23.0.0"
24+
"buildNumber": "24.0.0"
2525
},
2626
"android": {
2727
"package": "com.callstack.reactnativepaperexample",
28-
"versionCode": 27,
28+
"versionCode": 28,
2929
"permissions": [
3030
"READ_EXTERNAL_STORAGE",
3131
"WRITE_EXTERNAL_STORAGE"

0 commit comments

Comments
 (0)