Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ jobs:
echo "$GOOGLE_SERVICES_JSON" > app/google-services.json
echo "google-services.json created successfully"
- name: Verify plugin-api binary compatibility
run: |
flox activate -d flox/base -- ./gradlew :plugin-api:apiCheck --no-daemon
- name: Assemble Universal APK
run: |
echo "gradle_time_start=$(date +%s)" >> $GITHUB_ENV
Expand Down
4 changes: 4 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ protoc-gen-kotlin-ext = "1.1.0"

sonarqube = "7.0.0.6105"

binary-compatibility-validator = "0.18.1"

compose-bom = "2024.02.00"
compose-compiler = "2.1.21"

Expand Down Expand Up @@ -332,3 +334,5 @@ rikka-materialthemebuilder = { id = "dev.rikka.tools.materialthemebuilder", vers
rikka-refine = { id = "dev.rikka.tools.refine", version.ref = "rikka-refine" }

sonarqube = { id = "org.sonarqube", version.ref = "sonarqube" }

binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary-compatibility-validator" }
Loading
Loading