Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kosenda/MultiColorPicker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b006015fdf2318031f40d45529d0ac618cdc0755
Choose a base ref
..
head repository: kosenda/MultiColorPicker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eee56380b7e1c956586304d401f0067b523b4282
Choose a head ref
Showing with 10 additions and 8 deletions.
  1. +1 −1 .circleci/config.yml
  2. +5 −3 Gemfile.lock
  3. +3 −3 gradle/libs.versions.toml
  4. +1 −1 gradle/wrapper/gradle-wrapper.properties
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ version: 2.1
jobs:
build-and-test:
docker:
- image: cimg/android:2023.07
- image: cimg/android:2023.09
steps:
- checkout
- run:
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.1.1)
claide (1.1.0)
claide-plugins (0.9.2)
cork
@@ -32,7 +33,8 @@ GEM
nokogiri-happymapper (~> 0.6)
danger-plugin-api (1.0.0)
danger (> 2.0)
faraday (2.7.10)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-http-cache (2.4.1)
@@ -63,7 +65,7 @@ GEM
public_suffix (5.0.3)
racc (1.6.2)
rchardet (1.8.0)
rexml (3.2.5)
rexml (3.2.6)
ruby2_keywords (0.0.5)
sawyer (0.9.2)
addressable (>= 2.3.5)
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -18,15 +18,15 @@ androidxTestExt = "1.1.5"
androidxTestCore = "1.5.0"
androidxUi = "1.4.3"
colorPicker = "0.7.0"
firebaseBom = "32.2.2"
firebaseBom = "32.2.3"
firebaseCrashlyticsPlugin = "2.9.7"
gmsPlugin = "4.3.15"
hilt = "2.47"
jacoco = "0.8.9"
junit4 = "4.13.2"
kotlin = "1.8.20"
kotlinxSerializationJson = "1.5.1"
ksp = "1.9.10-1.0.13"
ksp = "1.9.20-1.0.13"
ktlint = "0.50.0"
navigationAnimation = "0.30.1"
ossLicenses = "17.0.1"
@@ -37,7 +37,7 @@ room = "2.5.2"
secrets = "2.0.1"
timber = "5.0.1"
truth = "1.1.5"
mockk = "1.13.5"
mockk = "1.13.7"
play = "2.0.1"

[libraries]
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Jun 13 16:05:45 JST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME