Skip to content

Commit

Permalink
Update plugin org.jetbrains.compose to v1.5.0 (#87)
Browse files Browse the repository at this point in the history
* Update plugin org.jetbrains.compose to v1.5.0
  • Loading branch information
renovate[bot] authored Aug 30, 2023
1 parent 1d9d21f commit 0ba3f6d
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
ui-tests:
runs-on: macos-latest
timeout-minutes: 20
timeout-minutes: 25

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
kotlin("multiplatform").apply(false)
id("com.android.library").apply(false)
id("org.jetbrains.compose").apply(false)
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ kotlin.native.cacheKind=none

#Android
android.useAndroidX=true
android.compileSdk=33
android.targetSdk=33
android.compileSdk=34
android.targetSdk=34
android.minSdk=24
18 changes: 18 additions & 0 deletions iosApp/iosApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
7555FF77242A565900829871 /* Sources */,
7555FF79242A565900829871 /* Resources */,
F85CB1118929364A9C6EFABC /* Frameworks */,
3B1353B2A151E9029E12B419 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -170,6 +171,23 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
3B1353B2A151E9029E12B419 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-iosApp/Pods-iosApp-resources-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-iosApp/Pods-iosApp-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-iosApp/Pods-iosApp-resources.sh\"\n";
showEnvVarsInLog = 0;
};
98D614C51D2DA07C614CC46E /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pluginManagement {
plugins {
val kotlinVersion = "1.9.0"
val agpVersion = "8.1.1"
val composeVersion = "1.4.3"
val composeVersion = "1.5.0"

kotlin("multiplatform").version(kotlinVersion)
id("com.android.library").version(agpVersion)
Expand All @@ -31,4 +31,3 @@ dependencyResolutionManagement {
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}
include(":automotiveApp")

0 comments on commit 0ba3f6d

Please sign in to comment.