Skip to content

Commit

Permalink
Merge pull request #6 from timhuang1018/finalize-krop-api
Browse files Browse the repository at this point in the history
task: display crop frame in different ratios
  • Loading branch information
timhuang1018 authored Sep 3, 2024
2 parents 0f81221 + 4e70309 commit 0251827
Show file tree
Hide file tree
Showing 35 changed files with 16 additions and 6 deletions.
13 changes: 12 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,15 @@ kotlin.mpp.enableCInteropCommonization=true


#Compose targets '[jscanvas]' are experimental
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.jscanvas.enabled=true


mavenCentralUsername=2GhIkQj4

mavenCentralPassword=8fymgzqKQ/xcOjKfjfhY4E5E2t6AQq+RbXnWIueUj6Ys

signing.keyId=BF12EE8C

signing.password=timhuang1018

signing.secretKeyRingFile=/Users/tim/secret_key.gpg
4 changes: 2 additions & 2 deletions iosApp/iosApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if [ \"YES\" = \"$OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED\" ]; then\n echo \"Skipping Gradle build task invocation due to OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED environment variable set to \\\"YES\\\"\"\n exit 0\nfi\ncd \"$SRCROOT/..\"\n./gradlew :composeApp:embedAndSignAppleFrameworkForXcode\n";
shellScript = "if [ \"YES\" = \"$OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED\" ]; then\n echo \"Skipping Gradle build task invocation due to OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED environment variable set to \\\"YES\\\"\"\n exit 0\nfi\ncd \"$SRCROOT/..\"\n./gradlew :sample-multiplatform:embedAndSignAppleFrameworkForXcode\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down Expand Up @@ -390,4 +390,4 @@
/* End XCConfigurationList section */
};
rootObject = 7555FF73242A565900829871 /* Project object */;
}
}
2 changes: 1 addition & 1 deletion krop-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}
//for publishToMavenLocal, can check ~/.m2 to find build artifacts
group = "io.keeppro"
version = "1.0.3"
version = "1.0.0"

kotlin {
js(IR) {
Expand Down
1 change: 0 additions & 1 deletion krop-core/src/commonMain/kotlin/io/keeppro/Croppable.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package io.keeppro

import androidx.compose.animation.core.animateFloat
import androidx.compose.animation.core.updateTransition
import androidx.compose.foundation.ExperimentalFoundationApi
import androidx.compose.foundation.background
import androidx.compose.foundation.border
import androidx.compose.foundation.gestures.detectTapGestures
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ dependencyResolutionManagement {
}
}

include(":composeApp")
include(":sample-multiplatform")
include(":krop-core")

0 comments on commit 0251827

Please sign in to comment.