File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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()) {
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.7 .0" ,
7+ "version" : " 3.8 .0" ,
88 "entryPoint" : " App.js" ,
99 "orientation" : " default" ,
1010 "primaryColor" : " #6200EE" ,
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"
You can’t perform that action at this time.
0 commit comments