Skip to content

Commit

Permalink
[CI] Update Java to 17
Browse files Browse the repository at this point in the history
Updated BUILDING to reflect the dependency changes.

Signed-off-by: Muntashir Al-Islam <[email protected]>
  • Loading branch information
MuntashirAkon committed Sep 15, 2023
1 parent 2d22a4f commit 9088903
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
java-version: 17
cache: 'gradle'
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
java-version: 17
cache: 'gradle'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
java-version: 17
cache: 'gradle'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
java-version: 17
cache: 'gradle'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
13 changes: 6 additions & 7 deletions BUILDING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ Building App Manager
Requirements
============

* **Hardware:** Any computer with 4GB RAM (8GB recommended) and 20GB storage
* **Hardware:** Any computer with 8 GB RAM and 20 GB storage
* **Operating system:** Linux/macOS (no support for Windows)
* **Software:** Android Studio/IntelliJ IDEA, Gradle, Latex, tex4ht, JDK 11+
(JDK 14 recommended)
* **Software:** Android Studio/IntelliJ IDEA, Gradle, Latex, pandoc, JDK 17+
* **Active network connection:** Depending on your development environment,
this may cross 20 Gigabytes of data.
you may need at least 20 GB data package.

macOS
=====
Expand Down Expand Up @@ -81,10 +80,10 @@ Create Bundled App

To create a bundled app in APKS format, run the following command::

./scripts/aab_to_apks.sh preRelease
./scripts/aab_to_apks.sh type

Replace ``prePelease`` with ``release`` or ``debug`` based on your
requirements. It will ask for KeyStore credentials interactively.
Replace ``type`` with ``release`` or ``debug`` based on your requirements.
It will ask for KeyStore credentials interactively.

The script above will also generate a universal APK.

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Contributing
============

You are welcome contribute to App Manager! This doesn't mean that you need
You are welcome contribute to App Manager! This doesn't mean that you need
coding skills. You can contribute to App Manager by creating helpful issues,
attending discussions, improving documentations and translations, making icon
for icon packs, adding unrecognised libraries or ad/tracking signatures,
Expand Down Expand Up @@ -46,7 +46,7 @@ Rules
We also support most of the `commit message conventions`_ from Linux.

App Manager is a legal software and its contributions are protected by
copyright laws. Consider using real credentials i.e. real name and email as
copyright laws. Consider using real credentials ie. real name and email as
we may be required to delete your valuable contributions in the event of
introducing new license or adding exceptions to the existing license.

Expand Down

0 comments on commit 9088903

Please sign in to comment.