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 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 -