Skip to content

Commit

Permalink
Merge pull request #1741 from Adyen/renovate/kotlin
Browse files Browse the repository at this point in the history
Update plugin org.jetbrains.kotlinx.binary-compatibility-validator to v0.16.0
  • Loading branch information
OscarSpruit authored Aug 2, 2024
2 parents ca08469 + 99d3658 commit 9dfa20d
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 5 deletions.
8 changes: 8 additions & 0 deletions action/api/action.api
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
public final class com/adyen/checkout/action/BuildConfig {
public static final field BUILD_TYPE Ljava/lang/String;
public static final field CHECKOUT_VERSION Ljava/lang/String;
public static final field DEBUG Z
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
public fun <init> ()V
}

2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext {
jacoco_version = '0.8.12'
ktlint_version = '1.3.1'
sonarqube_version = '5.0.0.4638'
binary_compatibility_validator_version = "0.14.0"
binary_compatibility_validator_version = "0.16.0"

// Android Dependencies
annotation_version = "1.8.0"
Expand Down
29 changes: 29 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11406,6 +11406,14 @@
<sha256 value="cac86e42cea7150c172495baf64d6159aaffbc28c59b5fb8df72bea7588bf51c" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-metadata-jvm" version="2.0.0">
<artifact name="kotlin-metadata-jvm-2.0.0.jar">
<sha256 value="ad8f1c7dbc5ac46f5cbd2d2e5de39c56c9db65dd7de716a84e01ce208758aee6" origin="Generated by Gradle"/>
</artifact>
<artifact name="kotlin-metadata-jvm-2.0.0.pom">
<sha256 value="3f23b14ef60f1e443d6d41f39983e238aa648958ce1d898b6ab39cc7c9182066" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-native-utils" version="1.9.22">
<artifact name="kotlin-native-utils-1.9.22.jar">
<sha256 value="786c127dd5535db2c39ae597cd0b0cad9e914b83e236f1db0251235cc9c652ac" origin="Generated by Gradle"/>
Expand Down Expand Up @@ -11788,6 +11796,14 @@
<sha256 value="f2e2a6573b5b5265c412d5c581fbf8ea00c62b10b9c92d5674c9e97f2f3335b3" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib" version="2.0.0">
<artifact name="kotlin-stdlib-2.0.0.jar">
<sha256 value="240938c4aab8e73e888703e3e7d3f87383ffe5bd536d6d5e3c100d4cd0379fcf" origin="Generated by Gradle"/>
</artifact>
<artifact name="kotlin-stdlib-2.0.0.module">
<sha256 value="64f96ea8e7b9896731052241ffd3a265f8274d761e5fe9dc088ac45b31718341" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib-common" version="1.4.21">
<artifact name="kotlin-stdlib-common-1.4.21.jar">
<sha256 value="812cf197d9c4c67e1f47f95e2d72a9b600f0d1124560617bfe9850773eccbcff" origin="Generated by Gradle"/>
Expand Down Expand Up @@ -12172,6 +12188,14 @@
<sha256 value="b30412afe4294ba1610c141b04c4a29a5b5a2f82c558131a3bfad216f4e6c5d7" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlinx" name="binary-compatibility-validator" version="0.16.0">
<artifact name="binary-compatibility-validator-0.16.0.jar">
<sha256 value="b03ad96fd4c01e45daad76ab65be4270c67753b39b9055977d92eef260cd437e" origin="Generated by Gradle"/>
</artifact>
<artifact name="binary-compatibility-validator-0.16.0.module">
<sha256 value="ec45da048b4fe599194e8b8183a863860431ded8b3b17df8e375af3655df0f5a" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-android" version="1.6.1">
<artifact name="kotlinx-coroutines-android-1.6.1.jar">
<sha256 value="961ebde8138779a299430ca325a86e28c490527a87ba518362fa45c44c7e7e95" origin="Generated by Gradle"/>
Expand Down Expand Up @@ -12568,6 +12592,11 @@
<sha256 value="e17627123ebfe64b885f4f92f757e41475b2fd139131a198cecdc67fcbcf3784" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlinx.binary-compatibility-validator" name="org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin" version="0.16.0">
<artifact name="org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin-0.16.0.pom">
<sha256 value="c74854ab20472efb34369ae2f412f2864c05ff58844904bfc323f63c87fafcf7" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.json" name="json" version="20231013">
<artifact name="json-20231013.jar">
<sha256 value="0f18192df289114e17aa1a0d0a7f8372cc9f5c7e4f7e39adcf8906fe714fa7d3" origin="Generated by Gradle"/>
Expand Down
7 changes: 3 additions & 4 deletions scripts/process_api_changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ touch "$output_file"

if [ -s $input_file ]
then
echo "# 🚫 Public API Changes" >> "$output_file"
echo "# 🚫 Public API changes" >> "$output_file"
else
echo "# ✅ Public API Changes" >> "$output_file"
echo "No changes detected!" >> "$output_file"
echo "# ✅ No public API changes" >> "$output_file"
exit 0
fi

Expand All @@ -27,7 +26,7 @@ api_files=($(find . -name '*.api'))
api_files_size=${#api_files[@]}

for ((i = 0 ; i < $api_files_size ; i+= 2 )); do
git_diff=$(git diff --no-index "${api_files[i]}" "${api_files[i + 1]}")
git_diff=$(git diff --no-index "${api_files[i + 1]}" "${api_files[i]}")
if [ -n "$git_diff" ]
then
# Add module name as title
Expand Down

0 comments on commit 9dfa20d

Please sign in to comment.