Skip to content

Commit c7d1fce

Browse files
committed
Sync with microG unofficial installer
1 parent dab7646 commit c7d1fce

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/code-scan.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: "Dependency submission"
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 10
20-
if: "${{ github.repository_owner == 'micro5k' && github.event_name == 'push' }}"
20+
if: "${{ github.event_name == 'push' }}"
2121
permissions:
2222
contents: write
2323

@@ -32,7 +32,9 @@ jobs:
3232
- name: "Generate and submit dependency graph"
3333
uses: gradle/actions/dependency-submission@v4
3434
with:
35-
artifact-retention-days: 1
35+
cache-read-only: true
36+
dependency-graph: "generate-and-submit"
37+
validate-wrappers: true
3638

3739
verify-tokens:
3840
name: "Verify tokens"

zip-content/module.prop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
numericId=928871
66
id=google-sync-addon
77
name=Google sync add-on
8-
version=v1.3.2.16-alpha
8+
version=v1.3.2.17-alpha
99
versionCode=6
1010
author=ale5000
1111
description=It installs Google sync adapters on Android.

0 commit comments

Comments
 (0)