File tree Expand file tree Collapse file tree
ios/openlittermap.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ android {
136136 applicationId " com.geotech.openlittermap"
137137 minSdkVersion rootProject. ext. minSdkVersion
138138 targetSdkVersion rootProject. ext. targetSdkVersion
139- versionCode 29 // increment this
140- versionName " 3.2.0 "
139+ versionCode 30 // increment this
140+ versionName " 3.2.1 "
141141 missingDimensionStrategy ' react-native-camera' , ' general'
142142 multiDexEnabled true
143143 }
Original file line number Diff line number Diff line change 926926 CLANG_ENABLE_MODULES = YES;
927927 CODE_SIGN_IDENTITY = "Apple Development";
928928 CODE_SIGN_STYLE = Automatic;
929- CURRENT_PROJECT_VERSION = 43 ;
929+ CURRENT_PROJECT_VERSION = 44 ;
930930 DEAD_CODE_STRIPPING = NO;
931931 DEVELOPMENT_TEAM = QWDQLVZP87;
932932 INFOPLIST_FILE = openlittermap/Info.plist;
935935 "$(inherited)",
936936 "@executable_path/Frameworks",
937937 );
938- MARKETING_VERSION = 3.2.0 ;
938+ MARKETING_VERSION = 3.2.1 ;
939939 OTHER_LDFLAGS = (
940940 "$(inherited)",
941941 "-ObjC",
959959 CLANG_ENABLE_MODULES = YES;
960960 CODE_SIGN_IDENTITY = "Apple Development";
961961 CODE_SIGN_STYLE = Automatic;
962- CURRENT_PROJECT_VERSION = 43 ;
962+ CURRENT_PROJECT_VERSION = 44 ;
963963 DEVELOPMENT_TEAM = QWDQLVZP87;
964964 INFOPLIST_FILE = openlittermap/Info.plist;
965965 IPHONEOS_DEPLOYMENT_TARGET = 11.0;
966966 LD_RUNPATH_SEARCH_PATHS = (
967967 "$(inherited)",
968968 "@executable_path/Frameworks",
969969 );
970- MARKETING_VERSION = 3.2.0 ;
970+ MARKETING_VERSION = 3.2.1 ;
971971 OTHER_LDFLAGS = (
972972 "$(inherited)",
973973 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " openlittermap" ,
3- "version" : " 3.2.0 " ,
3+ "version" : " 3.2.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments