File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android {
2424 applicationId = " com.softartdev.noteroom"
2525 minSdk = libs.versions.minSdk.get().toInt()
2626 targetSdk = libs.versions.targetSdk.get().toInt()
27- versionCode = 848
28- versionName = " 8.4.8 "
27+ versionCode = 849
28+ versionName = " 8.4.9 "
2929 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
3030 testInstrumentationRunnerArguments[" clearPackageData" ] = " true"
3131 vectorDrawables.useSupportLibrary = true
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ compose.desktop {
5151 nativeDistributions {
5252 targetFormats(TargetFormat .Dmg , TargetFormat .Msi , TargetFormat .Deb )
5353 packageName = " Note Delight"
54- packageVersion = " 8.4.8 "
54+ packageVersion = " 8.4.9 "
5555 description = " Note app with encryption"
5656 copyright = " © 2023 SoftArtDev"
5757 macOS.iconFile.set(project.file(" src/jvmMain/resources/app_icon.icns" ))
Original file line number Diff line number Diff line change 475475 "$(inherited)",
476476 "@executable_path/Frameworks",
477477 );
478- MARKETING_VERSION = 8.4.8 ;
478+ MARKETING_VERSION = 8.4.9 ;
479479 OTHER_LDFLAGS = (
480480 "$(inherited)",
481481 "-ObjC",
517517 "$(inherited)",
518518 "@executable_path/Frameworks",
519519 );
520- MARKETING_VERSION = 8.4.8 ;
520+ MARKETING_VERSION = 8.4.9 ;
521521 OTHER_LDFLAGS = (
522522 "$(inherited)",
523523 "-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 >8.4.8 </string >
25+ <string >8.4.9 </string >
2626 <key >CFBundleVersion </key >
2727 <string >19 </string >
2828 <key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments