Nextdiff --git a/.github/workflows/android.yml b/.github/workflows/android.yml new file mode 100644 index 0000000..d31c789 --- /dev/null +++ b/.github/workflows/android.yml @@ -0,0 +1,17 @@ +name: Android CI +auto complete +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: set up JDK 1.8 + uses: actions/setup-java@v1 + with: + java-version: 1.8 + - name: Build with Gradle + run: ./gradlew build#192
Open
octocat-maven wants to merge 173 commits intov2-masterfrom
Open
Nextdiff --git a/.github/workflows/android.yml b/.github/workflows/android.yml new file mode 100644 index 0000000..d31c789 --- /dev/null +++ b/.github/workflows/android.yml @@ -0,0 +1,17 @@ +name: Android CI +auto complete +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: set up JDK 1.8 + uses: actions/setup-java@v1 + with: + java-version: 1.8 + - name: Build with Gradle + run: ./gradlew build#192octocat-maven wants to merge 173 commits intov2-masterfrom
octocat-maven wants to merge 173 commits intov2-masterfrom
Conversation
kayal28
approved these changes
Nov 3, 2021
Basdywy
approved these changes
Nov 4, 2021
|
patch |
Danishsahab
approved these changes
Nov 29, 2021
Danishsahab
approved these changes
Nov 29, 2021
kayal28
approved these changes
Dec 2, 2021
|
gh pr checkout 192 |
ankit9685
approved these changes
Feb 1, 2022
blue-valley
reviewed
Mar 1, 2022
| /* https://github.com/jmblog/color-themes-for-highlightjs */ | ||
|
|
||
| /* Atelier Forest Light Comment */ | ||
| .hljs-comment, |
|
KanaryAdaları46.106.37.191 |
|
Kanarya Adaları 2022-02-28 23:03:47t2e2s2t2bn |
Pilot61
approved these changes
Jun 5, 2022
|
gh pr checkout 192 |
|
demos |
Cliffordlucky50
approved these changes
Oct 9, 2022
|
Open |
Closed
azadmoon
approved these changes
Jan 16, 2025
TTke92
approved these changes
Feb 8, 2025
Open
2gg979mbj2-sudo
approved these changes
Nov 22, 2025
azadmoon
approved these changes
Dec 14, 2025
2gg979mbj2-sudo
approved these changes
Jan 11, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
new file mode 100644
index 0000000..d31c789
--- /dev/null
+++ b/.github/workflows/android.yml
@@ -0,0 +1,17 @@
+name: Android CI
+auto complete
+on: [push]
+
+jobs: