-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:ooni/probe-android into dev/ooni-…
…run-v2
- Loading branch information
Showing
7 changed files
with
30 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,8 +71,8 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
api-level: [ 29 ] | ||
target: [ google_apis ] | ||
api-level: [25, 29] # Bug in API 21-24 | ||
target: [default, google_apis] | ||
|
||
steps: | ||
- name: Set up JDK 17 | ||
|
@@ -128,7 +128,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Get issue number | ||
uses: actions/github-script@v6 | ||
uses: actions/github-script@v7 | ||
id: get_issue_number | ||
with: | ||
script: | | ||
|
@@ -187,13 +187,14 @@ jobs: | |
name: OoniDevFullDebugApk | ||
|
||
- name: Upload artifact to Firebase App Distribution | ||
uses: wzieba/[email protected] | ||
id: uploadArtifact | ||
with: | ||
appId: ${{secrets.FIREBASE_APP_ID}} | ||
serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }} | ||
groups: testers | ||
file: ooniDevFull/debug/app-ooni-dev-full-debug.apk | ||
- name: Write Summary | ||
env: | ||
INPUT_APPID: ${{secrets.FIREBASE_APP_ID}} | ||
INPUT_SERVICECREDENTIALSFILECONTENT: ${{ secrets.CREDENTIAL_FILE_CONTENT }} | ||
GOOGLE_APPLICATION_CREDENTIALS: service_credentials_content.json | ||
INPUT_GROUPS: testers | ||
INPUT_FILE: ooniDevFull/debug/app-ooni-dev-full-debug.apk | ||
run: | | ||
echo "View this release in the Firebase console: ${{ steps.uploadArtifact.outputs.FIREBASE_CONSOLE_URI }}" >> $GITHUB_STEP_SUMMARY | ||
cat <<< "${INPUT_SERVICECREDENTIALSFILECONTENT}" > service_credentials_content.json | ||
sudo npm install -g firebase-tools | ||
firebase appdistribution:distribute "$INPUT_FILE" --app "$INPUT_APPID" --groups "$INPUT_GROUPS" --testers "$INPUT_TESTERS" --release-notes "$(git log -1 --pretty=short)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Wed Oct 25 19:25:06 WAT 2023 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |