File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ android {
2121 applicationId = " com.softartdev.noteroom"
2222 minSdk = libs.versions.minSdk.get().toInt()
2323 targetSdk = libs.versions.targetSdk.get().toInt()
24- versionCode = 833
25- versionName = " 8.3.3 "
24+ versionCode = 834
25+ versionName = " 8.3.4 "
2626 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2727 testInstrumentationRunnerArguments[" clearPackageData" ] = " true"
2828 vectorDrawables.useSupportLibrary = true
Original file line number Diff line number Diff line change 494494 "$(inherited)",
495495 "@executable_path/Frameworks",
496496 );
497- MARKETING_VERSION = 1.6 ;
497+ MARKETING_VERSION = 1.7 ;
498498 OTHER_LDFLAGS = (
499499 "$(inherited)",
500500 "-ObjC",
536536 "$(inherited)",
537537 "@executable_path/Frameworks",
538538 );
539- MARKETING_VERSION = 1.6 ;
539+ MARKETING_VERSION = 1.7 ;
540540 OTHER_LDFLAGS = (
541541 "$(inherited)",
542542 "-ObjC",
Original file line number Diff line number Diff line change 2222 <key >CFBundlePackageType </key >
2323 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
2424 <key >CFBundleShortVersionString </key >
25- <string >1.6 </string >
25+ <string >1.7 </string >
2626 <key >CFBundleVersion </key >
2727 <string >17 </string >
2828 <key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments