Skip to content

Commit

Permalink
updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Oct 21, 2024
1 parent f079f0b commit faa8257
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId = "co.touchlab.droidcon.london"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 60008
versionName = "6.0.6"
versionCode = 60106
versionName = "6.1.6"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
packaging {
Expand Down
8 changes: 4 additions & 4 deletions ios/Droidcon/Droidcon.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
CODE_SIGN_ENTITLEMENTS = Droidcon/Droidcon.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 60009;
CURRENT_PROJECT_VERSION = 60106;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 8UD86646U9;
ENABLE_BITCODE = NO;
Expand All @@ -599,7 +599,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 6.0.5;
MARKETING_VERSION = 6.1.6;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -623,7 +623,7 @@
CODE_SIGN_ENTITLEMENTS = Droidcon/Droidcon.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 60009;
CURRENT_PROJECT_VERSION = 60106;
DEVELOPMENT_TEAM = 8UD86646U9;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -635,7 +635,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 6.0.5;
MARKETING_VERSION = 6.1.6;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit faa8257

Please sign in to comment.