Skip to content

Commit

Permalink
chore: release example app 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Jan 24, 2024
1 parent 2901378 commit bf6c580
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 27
versionName "3.13.0"
versionCode 28
versionName "3.14.0"
}

splits {
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</queries>
<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">
<meta-data android:name="expo.modules.updates.ENABLED" android:value="true"/>
<meta-data android:name="expo.modules.updates.EXPO_RUNTIME_VERSION" android:value="@string/expo_runtime_version"/>
<meta-data android:name="expo.modules.updates.EXPO_RUNTIME_VERSION" android:value="exposdk:48.0.0"/>
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_CHECK_ON_LAUNCH" android:value="ALWAYS"/>
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_LAUNCH_WAIT_MS" android:value="0"/>
<meta-data android:name="expo.modules.updates.EXPO_UPDATE_URL" android:value="https://u.expo.dev/ba8f5139-58fe-48f0-b2f2-2d675b6eb2d4"/>
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.13.0",
"version": "3.14.0",
"orientation": "default",
"primaryColor": "#6200EE",
"userInterfaceStyle": "automatic",
Expand All @@ -21,11 +21,11 @@
"owner": "react-native-paper",
"ios": {
"bundleIdentifier": "com.callstack.reactnativepaperexample",
"buildNumber": "23.0.0"
"buildNumber": "24.0.0"
},
"android": {
"package": "com.callstack.reactnativepaperexample",
"versionCode": 27,
"versionCode": 28,
"permissions": [
"READ_EXTERNAL_STORAGE",
"WRITE_EXTERNAL_STORAGE"
Expand Down

0 comments on commit bf6c580

Please sign in to comment.