1 Commits

Author SHA1 Message Date
rodydavis aceff862db fix(deps): update compose_version to v1.11.3 2026-06-17 18:01:02 +00:00
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -7,10 +7,6 @@ on:
- master
workflow_dispatch: # Allows manual triggering from the Gitea UI
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
renovate:
runs-on: ubuntu-latest
+1 -1
View File
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
compose_version = '1.11.4'
compose_version = '1.11.3'
}
repositories {
google()