Skip to content

Commit f10c0bd

Browse files
committed
up Android & iOS versions for publications
1 parent 20894dd commit f10c0bd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

android-compose-app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
"$(inherited)",
495495
"@executable_path/Frameworks",
496496
);
497-
MARKETING_VERSION = 1.6;
497+
MARKETING_VERSION = 1.7;
498498
OTHER_LDFLAGS = (
499499
"$(inherited)",
500500
"-ObjC",
@@ -536,7 +536,7 @@
536536
"$(inherited)",
537537
"@executable_path/Frameworks",
538538
);
539-
MARKETING_VERSION = 1.6;
539+
MARKETING_VERSION = 1.7;
540540
OTHER_LDFLAGS = (
541541
"$(inherited)",
542542
"-ObjC",

iosApp/iosApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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>

0 commit comments

Comments
 (0)