File tree Expand file tree Collapse file tree 6 files changed +16
-11
lines changed
shared/src/commonMain/composeResources Expand file tree Collapse file tree 6 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ android {
3333 applicationId = " com.jetbrains.kotlinconf"
3434 targetSdk = libs.versions.android.targetSdk.get().toInt()
3535 minSdk = libs.versions.android.minSdk.get().toInt()
36- versionCode = 66
37- versionName = " 39.0.4 "
36+ versionCode = 67
37+ versionName = " 39.0.5 "
3838
3939 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
4040 }
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" xmlns : tools = " http://schemas.android.com/tools " >
33
44 <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
55 <uses-permission android : name =" android.permission.INTERNET" />
66 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
77
8+ <!-- TODO remove these once https://github.com/JetBrains/kotlinconf-app/issues/480 is fixed -->
9+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" tools : node =" remove" />
10+ <uses-permission android : name =" android.permission.READ_PHONE_STATE" tools : node =" remove" />
11+ <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" tools : node =" remove" />
12+
813 <application
914 android : allowBackup =" true"
1015 android : dataExtractionRules =" @xml/data_extraction_rules"
Original file line number Diff line number Diff line change 334334 CODE_SIGN_IDENTITY = "Apple Development";
335335 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
336336 CODE_SIGN_STYLE = Manual;
337- CURRENT_PROJECT_VERSION = 66 ;
337+ CURRENT_PROJECT_VERSION = 67 ;
338338 DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
339339 DEVELOPMENT_TEAM = "";
340340 "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 2ZEFAR8TH3;
350350 "$(inherited)",
351351 "@executable_path/Frameworks",
352352 );
353- MARKETING_VERSION = 39.0.4 ;
353+ MARKETING_VERSION = 39.0.5 ;
354354 OTHER_LDFLAGS = (
355355 "$(inherited)",
356356 "-framework",
378378 CODE_SIGN_IDENTITY = "Apple Development";
379379 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
380380 CODE_SIGN_STYLE = Manual;
381- CURRENT_PROJECT_VERSION = 66 ;
381+ CURRENT_PROJECT_VERSION = 67 ;
382382 DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\"";
383383 DEVELOPMENT_TEAM = "";
384384 "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 2ZEFAR8TH3;
394394 "$(inherited)",
395395 "@executable_path/Frameworks",
396396 );
397- MARKETING_VERSION = 39.0.4 ;
397+ MARKETING_VERSION = 39.0.5 ;
398398 OTHER_LDFLAGS = (
399399 "$(inherited)",
400400 "-framework",
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >39.0.4 </string >
20+ <string >39.0.5 </string >
2121 <key >CFBundleVersion </key >
22- <string >66 </string >
22+ <string >67 </string >
2323 <key >LSRequiresIPhoneOS </key >
2424 <true />
2525 <key >MBXAccessToken </key >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11<resources >
2- <string name =" app_version" >39.0.4 (66 )</string >
2+ <string name =" app_version" >39.0.5 (67 )</string >
33</resources >
You can’t perform that action at this time.
0 commit comments