From 7390cb68e3bd054b30c43736ff8c10a093477d25 Mon Sep 17 00:00:00 2001 From: daviss Date: Fri, 20 Sep 2024 11:33:49 -0700 Subject: [PATCH 1/2] remove unused string --- protosimplestore/src/main/res/values/strings.xml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 protosimplestore/src/main/res/values/strings.xml diff --git a/protosimplestore/src/main/res/values/strings.xml b/protosimplestore/src/main/res/values/strings.xml deleted file mode 100644 index 7bf4e46..0000000 --- a/protosimplestore/src/main/res/values/strings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - Proto SimpleStore - From ee0fce2fbc3834df6d25a5ed4ede25e58d2d097b Mon Sep 17 00:00:00 2001 From: daviss Date: Fri, 20 Sep 2024 12:08:17 -0700 Subject: [PATCH 2/2] fix github action yaml file --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df0a981..59cc6d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ on: jobs: build: name: JDK ${{ matrix.java_version }} - runs-on: macOS-latest + runs-on: macos-13 strategy: matrix: java_version: [11] @@ -53,7 +53,7 @@ jobs: abi: x86 - name: Full check run: ./gradlew check --stacktrace - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: Sample App path: sample/build/outputs