File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 323323 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
324324 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
325325 CODE_SIGN_STYLE = Automatic;
326- CURRENT_PROJECT_VERSION = 18 ;
326+ CURRENT_PROJECT_VERSION = 19 ;
327327 DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
328328 DEVELOPMENT_TEAM = 3DA8M4D5WU;
329329 ENABLE_PREVIEWS = YES;
337337 "$(inherited)",
338338 "@executable_path/Frameworks",
339339 );
340- MARKETING_VERSION = 1.1.7 ;
340+ MARKETING_VERSION = 1.1.8 ;
341341 OTHER_LDFLAGS = (
342342 "$(inherited)",
343343 "-framework",
360360 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
361361 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
362362 CODE_SIGN_STYLE = Automatic;
363- CURRENT_PROJECT_VERSION = 18 ;
363+ CURRENT_PROJECT_VERSION = 19 ;
364364 DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
365365 DEVELOPMENT_TEAM = 3DA8M4D5WU;
366366 ENABLE_PREVIEWS = YES;
374374 "$(inherited)",
375375 "@executable_path/Frameworks",
376376 );
377- MARKETING_VERSION = 1.1.7 ;
377+ MARKETING_VERSION = 1.1.8 ;
378378 OTHER_LDFLAGS = (
379379 "$(inherited)",
380380 "-framework",
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >1.1.7 </string >
20+ <string >1.1.8 </string >
2121 <key >CFBundleVersion </key >
22- <string >18 </string >
22+ <string >19 </string >
2323 <key >LSRequiresIPhoneOS </key >
2424 <true />
2525 <key >LSSupportsOpeningDocumentsInPlace </key >
Original file line number Diff line number Diff line change @@ -169,8 +169,8 @@ android {
169169 applicationId = " com.module.notelycompose.android"
170170 minSdk = libs.versions.android.minSdk.get().toInt()
171171 targetSdk = libs.versions.android.targetSdk.get().toInt()
172- versionCode = 18
173- versionName = " 1.1.7 "
172+ versionCode = 19
173+ versionName = " 1.1.8 "
174174 }
175175 buildFeatures {
176176 compose = true
You can’t perform that action at this time.
0 commit comments