Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Jan 10, 2025
1 parent 79c0fe7 commit 87766ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .run/iosApp.run.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="iosApp" type="KmmRunConfiguration" factoryName="iOS Application" CONFIG_VERSION="1" EXEC_TARGET_ID="0B2971F4-719E-4A66-993F-88A4B3A469FC" XCODE_PROJECT="$PROJECT_DIR$/iosApp/iosApp.xcodeproj" XCODE_CONFIGURATION="Debug" XCODE_SCHEME="iosApp">
<configuration default="false" name="iosApp" type="KmmRunConfiguration" factoryName="iOS Application" CONFIG_VERSION="1" EXEC_TARGET_ID="00008120-000A61801440C01E" XCODE_PROJECT="$PROJECT_DIR$/iosApp/iosApp.xcodeproj" XCODE_CONFIGURATION="Debug" XCODE_SCHEME="iosApp">
<method v="2">
<option name="com.jetbrains.kmm.ios.BuildIOSAppTask" enabled="true" />
</method>
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ plugins {
alias(libs.plugins.google.firebase.appdistribution) apply false
alias(libs.plugins.google.firebase.crashlytics) apply false
alias(libs.plugins.buildkonfig) apply false
alias(libs.plugins.spotless)
alias(libs.plugins.detekt)
alias(libs.plugins.palantir.git)
}
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ compose = "1.7.3"
jetbrains-androidx-navigation-compose = "2.8.0-alpha11"
jetbrains-androidx-core-bundle = "1.0.1"
detekt = "1.23.7"
spotless = "6.25.0"
coil = "2.7.0"
coil3 = "3.0.4"
okhttp = "4.12.0"
Expand Down Expand Up @@ -403,6 +402,5 @@ google-firebase-appdistribution = { id = "com.google.firebase.appdistribution",
google-firebase-crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "google-firebase-crashlytics-plugin" }
huawei-services = { id = "com.huawei.agconnect", version.ref = "huawei-services" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
palantir-git = { id = "com.palantir.git-version", version.ref = "palantir-git" }
buildkonfig = { id = "com.codingfeline.buildkonfig", version.ref = "buildkonfig" }

0 comments on commit 87766ee

Please sign in to comment.