From c7f6e4ed3abde8dd55acb5e9217201a395ffd08f Mon Sep 17 00:00:00 2001 From: Chrisisgoing <136639987+Chrisisgoing@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:03:21 -0500 Subject: [PATCH 1/3] Create android.yml --- .github/workflows/android.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/android.yml diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml new file mode 100644 index 000000000..e519f16f8 --- /dev/null +++ b/.github/workflows/android.yml @@ -0,0 +1,26 @@ +name: Android CI + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: set up JDK 11 + uses: actions/setup-java@v3 + with: + java-version: '11' + distribution: 'temurin' + cache: gradle + + - name: Grant execute permission for gradlew + run: chmod +x gradlew + - name: Build with Gradle + run: ./gradlew build From 7d71c325425ed94150241b2237ed91009d319f8f Mon Sep 17 00:00:00 2001 From: Chrisisgoing <136639987+Chrisisgoing@users.noreply.github.com> Date: Fri, 9 Feb 2024 18:59:23 -0600 Subject: [PATCH 2/3] Update android.yml --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e519f16f8..d7537185d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: set up JDK 11 + - name: set up JDK 31 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '31' distribution: 'temurin' cache: gradle From 430c24fe03948cfedf80ba25d62409dbc52aee36 Mon Sep 17 00:00:00 2001 From: Chrisisgoing <136639987+Chrisisgoing@users.noreply.github.com> Date: Wed, 6 Mar 2024 00:39:17 -0600 Subject: [PATCH 3/3] Update --- userland | 1 + 1 file changed, 1 insertion(+) create mode 100644 userland diff --git a/userland b/userland new file mode 100644 index 000000000..7f6f6de3b --- /dev/null +++ b/userland @@ -0,0 +1 @@ +luserand \ No newline at end of file