mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 02:07:00 +02:00
Updating build scripts to java 17
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -14,10 +14,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 17
|
||||||
|
|
||||||
- name: Cache gradle
|
- name: Cache gradle
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
|
4
.github/workflows/create-release.yml
vendored
4
.github/workflows/create-release.yml
vendored
@@ -12,10 +12,10 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 17
|
||||||
|
|
||||||
- name: Cache gradle
|
- name: Cache gradle
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
|
@@ -85,7 +85,7 @@ Lastly, the user's account information (priv key/pub key) is stored in the Andro
|
|||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
Make sure to have the following pre-requisites installed:
|
Make sure to have the following pre-requisites installed:
|
||||||
1. Java 11
|
1. Java 17
|
||||||
2. Android Studio
|
2. Android Studio
|
||||||
3. Android 8.0+ Phone or Emulation setup
|
3. Android 8.0+ Phone or Emulation setup
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user