File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments