File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
66 applicationId " org.pycon.us"
77 minSdkVersion rootProject. ext. minSdkVersion
88 targetSdkVersion rootProject. ext. targetSdkVersion
9- versionCode 2080
10- versionName " 2 .0.8 "
9+ versionCode 3000
10+ versionName " 3 .0.0 "
1111 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1212 aaptOptions {
1313 // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Original file line number Diff line number Diff line change 377377 "$(inherited)",
378378 "@executable_path/Frameworks",
379379 );
380- MARKETING_VERSION = 2 .0.8 ;
380+ MARKETING_VERSION = 3 .0.0 ;
381381 OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
382382 PRODUCT_BUNDLE_IDENTIFIER = org.pycon.us.2023.onsite;
383383 PRODUCT_NAME = "$(TARGET_NAME)";
407407 "$(inherited)",
408408 "@executable_path/Frameworks",
409409 );
410- MARKETING_VERSION = 2 .0.8 ;
410+ MARKETING_VERSION = 3 .0.0 ;
411411 PRODUCT_BUNDLE_IDENTIFIER = org.pycon.us.2023.onsite;
412412 PRODUCT_NAME = "$(TARGET_NAME)";
413413 SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
You can’t perform that action at this time.
0 commit comments