summaryrefslogtreecommitdiff
path: root/gradle
AgeCommit message (Collapse)AuthorFilesLines
14 dayschore(deps): bump gradle-wrapper from 9.2.1 to 9.3.0dependabot[bot]2-2/+1
Bumps gradle-wrapper from 9.2.1 to 9.3.0. --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2026-01-19chore(deps): bump com.vanniktech.maven.publish from 0.35.0 to 0.36.0dependabot/gradle/com.vanniktech.maven.publish-0.36.0dependabot[bot]1-1/+1
Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.35.0 to 0.36.0. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.35.0...0.36.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22chore: Bump Kotlin, Gradle, JVM targetHyunWoo Lee2-6/+7
2025-12-15Merge pull request #137 from ↵Jaewoong Eum1-1/+1
skydoves/dependabot/gradle/androidx.activity-activity-compose-1.12.1 Bump androidx.activity:activity-compose from 1.11.0 to 1.12.1
2025-12-11Bump agp from 8.13.1 to 8.13.2dependabot[bot]1-1/+1
Bumps `agp` from 8.13.1 to 8.13.2. Updates `com.android.application` from 8.13.1 to 8.13.2 Updates `com.android.library` from 8.13.1 to 8.13.2 Updates `com.android.test` from 8.13.1 to 8.13.2 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.13.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.android.library dependency-version: 8.13.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.android.test dependency-version: 8.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-12-04Bump androidx.activity:activity-compose from 1.11.0 to 1.12.1dependabot[bot]1-1/+1
Bumps androidx.activity:activity-compose from 1.11.0 to 1.12.1. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2025-11-17Bump Kotlin to 2.2.21 and compose-jetbrains 1.9.3skydoves1-10/+10
2025-08-19Bump Kotlin to 2.2.10, AGP, and Gradleskydoves2-10/+11
2024-12-24Bump org.jetbrains.kotlinx.binary-compatibility-validatordependabot[bot]1-1/+1
Bumps [org.jetbrains.kotlinx.binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.16.3 to 0.17.0. - [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases) - [Commits](https://github.com/Kotlin/binary-compatibility-validator/compare/0.16.3...0.17.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.binary-compatibility-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23Bump org.jetbrains.compose from 1.7.1 to 1.7.3dependabot[bot]1-1/+1
Bumps [org.jetbrains.compose](https://github.com/JetBrains/compose-jb) from 1.7.1 to 1.7.3. - [Release notes](https://github.com/JetBrains/compose-jb/releases) - [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/compose-jb/compare/v1.7.1...v1.7.3) --- updated-dependencies: - dependency-name: org.jetbrains.compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-12-21Merge branch 'main' into dependabot/gradle/org.jetbrains.dokka-2.0.0Jaewoong Eum1-1/+1
2024-12-16Bump agp from 8.7.2 to 8.7.3dependabot[bot]1-1/+1
Bumps `agp` from 8.7.2 to 8.7.3. Updates `com.android.application` from 8.7.2 to 8.7.3 Updates `com.android.library` from 8.7.2 to 8.7.3 Updates `com.android.test` from 8.7.2 to 8.7.3 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.android.test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16Bump org.jetbrains.dokka from 1.9.20 to 2.0.0dependabot[bot]1-1/+1
Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.9.20 to 2.0.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.9.20...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15Merge pull request #98 from skydoves/dependabot/gradle/agp-8.7.2Jaewoong Eum1-1/+1
Bump agp from 8.7.1 to 8.7.2
2024-11-13Bump org.jetbrains.compose from 1.7.0 to 1.7.1dependabot[bot]1-1/+1
Bumps [org.jetbrains.compose](https://github.com/JetBrains/compose-jb) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/JetBrains/compose-jb/releases) - [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/compose-jb/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: org.jetbrains.compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-11-06Bump agp from 8.7.1 to 8.7.2dependabot[bot]1-1/+1
Bumps `agp` from 8.7.1 to 8.7.2. Updates `com.android.application` from 8.7.1 to 8.7.2 Updates `com.android.library` from 8.7.1 to 8.7.2 Updates `com.android.test` from 8.7.1 to 8.7.2 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.android.test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-11-04Bump androidx.baselineprofile from 1.3.2 to 1.3.3dependabot[bot]1-1/+1
Bumps androidx.baselineprofile from 1.3.2 to 1.3.3. --- updated-dependencies: - dependency-name: androidx.baselineprofile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-11-02Merge pull request #94 from skydoves/dependabot/gradle/agp-8.7.1Jaewoong Eum1-1/+1
Bump agp from 8.7.0 to 8.7.1
2024-11-02Merge pull request #96 from ↵Jaewoong Eum1-1/+1
skydoves/dependabot/gradle/androidx.benchmark-benchmark-macro-junit4-1.3.3 Bump androidx.benchmark:benchmark-macro-junit4 from 1.3.2 to 1.3.3
2024-10-17Bump androidx.activity:activity-compose from 1.9.2 to 1.9.3dependabot[bot]1-1/+1
Bumps androidx.activity:activity-compose from 1.9.2 to 1.9.3. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-10-17Bump androidx.benchmark:benchmark-macro-junit4 from 1.3.2 to 1.3.3dependabot[bot]1-1/+1
Bumps androidx.benchmark:benchmark-macro-junit4 from 1.3.2 to 1.3.3. --- updated-dependencies: - dependency-name: androidx.benchmark:benchmark-macro-junit4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-10-16Bump org.jetbrains.compose from 1.6.11 to 1.7.0dependabot[bot]1-1/+1
Bumps [org.jetbrains.compose](https://github.com/JetBrains/compose-jb) from 1.6.11 to 1.7.0. - [Release notes](https://github.com/JetBrains/compose-jb/releases) - [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/compose-jb/compare/v1.6.11...v1.7.0) --- updated-dependencies: - dependency-name: org.jetbrains.compose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-10-15Bump agp from 8.7.0 to 8.7.1dependabot[bot]1-1/+1
Bumps `agp` from 8.7.0 to 8.7.1. Updates `com.android.application` from 8.7.0 to 8.7.1 Updates `com.android.library` from 8.7.0 to 8.7.1 Updates `com.android.test` from 8.7.0 to 8.7.1 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.android.test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-10-14Bump com.vanniktech.maven.publish from 0.29.0 to 0.30.0dependabot[bot]1-1/+1
Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.29.0...0.30.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-10-10Bump kotlin from 2.0.20 to 2.0.21dependabot[bot]1-1/+1
Bumps `kotlin` from 2.0.20 to 2.0.21. Updates `org.jetbrains.kotlin.plugin.compose` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) Updates `org.jetbrains.kotlin.android` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) Updates `org.jetbrains.kotlin.multiplatform` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.multiplatform dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-10-09Merge pull request #89 from ↵Jaewoong Eum1-1/+1
skydoves/dependabot/gradle/androidx.benchmark-benchmark-macro-junit4-1.3.2 Bump androidx.benchmark:benchmark-macro-junit4 from 1.3.0 to 1.3.2
2024-10-07Bump androidx.baselineprofile from 1.3.1 to 1.3.2dependabot[bot]1-1/+1
Bumps androidx.baselineprofile from 1.3.1 to 1.3.2. --- updated-dependencies: - dependency-name: androidx.baselineprofile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-10-06Bump androidx.benchmark:benchmark-macro-junit4 from 1.3.0 to 1.3.2dependabot[bot]1-1/+1
Bumps androidx.benchmark:benchmark-macro-junit4 from 1.3.0 to 1.3.2. --- updated-dependencies: - dependency-name: androidx.benchmark:benchmark-macro-junit4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-10-06Merge pull request #88 from skydoves/dependabot/gradle/agp-8.7.0Jaewoong Eum1-1/+1
Bump agp from 8.6.1 to 8.7.0
2024-10-03Bump androidx.profileinstaller:profileinstaller from 1.3.1 to 1.4.1dependabot[bot]1-1/+1
Bumps androidx.profileinstaller:profileinstaller from 1.3.1 to 1.4.1. --- updated-dependencies: - dependency-name: androidx.profileinstaller:profileinstaller dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02Bump agp from 8.6.1 to 8.7.0dependabot[bot]1-1/+1
Bumps `agp` from 8.6.1 to 8.7.0. Updates `com.android.application` from 8.6.1 to 8.7.0 Updates `com.android.library` from 8.6.1 to 8.7.0 Updates `com.android.test` from 8.6.1 to 8.7.0 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30Merge pull request #81 from ↵Jaewoong Eum1-1/+1
skydoves/dependabot/gradle/androidx.activity-activity-compose-1.9.2 Bump androidx.activity:activity-compose from 1.9.1 to 1.9.2
2024-09-30Merge pull request #85 from ↵Jaewoong Eum1-1/+1
skydoves/dependabot/gradle/androidx.baselineprofile-1.3.1 Bump androidx.baselineprofile from 1.3.0 to 1.3.1
2024-09-19Bump androidx.baselineprofile from 1.3.0 to 1.3.1dependabot[bot]1-1/+1
Bumps androidx.baselineprofile from 1.3.0 to 1.3.1. --- updated-dependencies: - dependency-name: androidx.baselineprofile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18Bump agp from 8.5.2 to 8.6.1dependabot[bot]1-1/+1
Bumps `agp` from 8.5.2 to 8.6.1. Updates `com.android.application` from 8.5.2 to 8.6.1 Updates `com.android.library` from 8.5.2 to 8.6.1 Updates `com.android.test` from 8.5.2 to 8.6.1 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05Bump androidx.activity:activity-compose from 1.9.1 to 1.9.2dependabot[bot]1-1/+1
Bumps androidx.activity:activity-compose from 1.9.1 to 1.9.2. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05Merge pull request #76 from ↵Jaewoong Eum1-1/+1
skydoves/dependabot/gradle/androidx.benchmark-benchmark-macro-junit4-1.3.0 Bump androidx.benchmark:benchmark-macro-junit4 from 1.2.4 to 1.3.0
2024-09-05Merge pull request #73 from ↵Jaewoong Eum1-1/+1
skydoves/dependabot/gradle/org.jetbrains.androidx.navigation-navigation-compose-2.8.0-alpha09 Bump org.jetbrains.androidx.navigation:navigation-compose from 2.7.0-alpha07 to 2.8.0-alpha09
2024-09-05Merge pull request #74 from skydoves/dependabot/gradle/kotlin-2.0.20Jaewoong Eum1-1/+1
Bump kotlin from 2.0.10 to 2.0.20
2024-08-22Bump androidx.benchmark:benchmark-macro-junit4 from 1.2.4 to 1.3.0dependabot[bot]1-1/+1
Bumps androidx.benchmark:benchmark-macro-junit4 from 1.2.4 to 1.3.0. --- updated-dependencies: - dependency-name: androidx.benchmark:benchmark-macro-junit4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-22Bump androidx.baselineprofile from 1.2.4 to 1.3.0dependabot[bot]1-1/+1
Bumps androidx.baselineprofile from 1.2.4 to 1.3.0. --- updated-dependencies: - dependency-name: androidx.baselineprofile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-22Bump kotlin from 2.0.10 to 2.0.20dependabot[bot]1-1/+1
Bumps `kotlin` from 2.0.10 to 2.0.20. Updates `org.jetbrains.kotlin.plugin.compose` from 2.0.10 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20) Updates `org.jetbrains.kotlin.android` from 2.0.10 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20) Updates `org.jetbrains.kotlin.multiplatform` from 2.0.10 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.10 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.multiplatform dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-20Bump org.jetbrains.androidx.navigation:navigation-composedependabot[bot]1-1/+1
Bumps [org.jetbrains.androidx.navigation:navigation-compose](https://github.com/JetBrains/compose-jb) from 2.7.0-alpha07 to 2.8.0-alpha09. - [Release notes](https://github.com/JetBrains/compose-jb/releases) - [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/compose-jb/commits) --- updated-dependencies: - dependency-name: org.jetbrains.androidx.navigation:navigation-compose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-20UpdateCaner Karaca3-10/+10
2024-06-29Implement setPaletteImageBitmap and sync imageBitmap changesskydoves1-2/+2
2024-06-29Fix for ios sample applicationskydoves1-1/+1
2024-06-28Initial transition to multiplatformJeffrey Bush1-12/+7
2024-06-21Bump Kotlin 2.0.0 and Compose compiler pluginskydoves1-5/+5
2024-05-09Update dependenciesskydoves3-12/+13
2023-12-03Bump AGP to 8.2.0, Kotlin 1.9.20, compose compiler to 1.5.5skydoves1-8/+8