[PR #372] [CLOSED] [OLD] [Simulator/Android] Bump to latest dependencies and Gradle + other improvements #386

Closed
opened 2026-05-06 13:17:08 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/372
Author: @mickbot-92
Created: 7/25/2024
Status: Closed

Base: upsilon-devHead: bump-android


📝 Commits (7)

  • 63fdb59 [Simulator/Android] Bump to latest dependencies and Gradle + remove useless Google plugins
  • 23de6c9 [CI] Bump checkout version to master + Use Java 17 for Android
  • 42516c7 [Simulator/Android] Build with a versionCode based on the date + with “fixed” versionName
  • 78b540b [Simulator/Android] Fix deprecations reported by Gradle 8.9
  • 4e3fda6 [Simulator/Android] Some improvements
  • a25da2e [CI] Fix JDK message + fix README (about nproc)
  • f8f9ee8 [CI] Revert partially to JDK 17

📊 Changes

9 files changed (+79 additions, -80 deletions)

View changed files

📝 .github/workflows/ci-workflow.yml (+29 -24)
📝 README.md (+3 -3)
📝 ion/src/simulator/android/Makefile (+4 -4)
📝 ion/src/simulator/android/build.gradle (+12 -12)
📝 ion/src/simulator/android/gradle/wrapper/gradle-wrapper.properties (+1 -1)
📝 ion/src/simulator/android/src/AndroidManifest.xml (+1 -1)
📝 ion/src/simulator/android/src/java/io/github/upsilon/simulator/UpsilonActivity.java (+0 -4)
📝 ion/src/simulator/assets/logo.svg (+18 -21)
📝 ion/src/simulator/assets/logo_monochrome.svg (+11 -10)

📄 Description

  • Bumping to latest stable dependencies and to Gradle 8.10.
    • [CI] Building with JDK 21 instead of with JDK 11 (JDK 17 works fine too).
    • Using mavenCentral() instead of deprecated jcenter()
  • Removing useless Google plugins.
  • Setting compileSdk to 33 : Upsilon no longer requires the Notification permission.
  • versionCode : compiling with the current Unix/Epoch timestamp (±).
  • versionName : using the UPSILON_VERSION variable instead of the Omega one + adding the date of compiling.
  • Some improvements about icons.
  • [CI] Using the latests uses: to make the warning about NodeJS deprecation disappear

Many thanks to @Yaya-Cout (and to @pi-dev500 too :) 🫡


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/372 **Author:** [@mickbot-92](https://github.com/mickbot-92) **Created:** 7/25/2024 **Status:** ❌ Closed **Base:** `upsilon-dev` ← **Head:** `bump-android` --- ### 📝 Commits (7) - [`63fdb59`](https://github.com/UpsilonNumworks/Upsilon/commit/63fdb597e247f216349ffecb312544e962ab1a87) [Simulator/Android] Bump to latest dependencies and Gradle + remove useless Google plugins - [`23de6c9`](https://github.com/UpsilonNumworks/Upsilon/commit/23de6c997f802ceea4b568f2e838b29f2229f806) [CI] Bump checkout version to master + Use Java 17 for Android - [`42516c7`](https://github.com/UpsilonNumworks/Upsilon/commit/42516c794a6a9149ec33f06a15ac12d558241df3) [Simulator/Android] Build with a versionCode based on the date + with “fixed” versionName - [`78b540b`](https://github.com/UpsilonNumworks/Upsilon/commit/78b540b099c0a9aace2c6987e7aac50f0c917947) [Simulator/Android] Fix deprecations reported by Gradle 8.9 - [`4e3fda6`](https://github.com/UpsilonNumworks/Upsilon/commit/4e3fda6d233ce2fdcac68fb04bf15e8ab27c4932) [Simulator/Android] Some improvements - [`a25da2e`](https://github.com/UpsilonNumworks/Upsilon/commit/a25da2e0633b94eb7c47d2180f54dc176d8f1e5e) [CI] Fix JDK message + fix README (about nproc) - [`f8f9ee8`](https://github.com/UpsilonNumworks/Upsilon/commit/f8f9ee8aeb45072b88dfd8f1f99ca8473fc45f48) [CI] Revert partially to JDK 17 ### 📊 Changes **9 files changed** (+79 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci-workflow.yml` (+29 -24) 📝 `README.md` (+3 -3) 📝 `ion/src/simulator/android/Makefile` (+4 -4) 📝 `ion/src/simulator/android/build.gradle` (+12 -12) 📝 `ion/src/simulator/android/gradle/wrapper/gradle-wrapper.properties` (+1 -1) 📝 `ion/src/simulator/android/src/AndroidManifest.xml` (+1 -1) 📝 `ion/src/simulator/android/src/java/io/github/upsilon/simulator/UpsilonActivity.java` (+0 -4) 📝 `ion/src/simulator/assets/logo.svg` (+18 -21) 📝 `ion/src/simulator/assets/logo_monochrome.svg` (+11 -10) </details> ### 📄 Description * Bumping to latest stable dependencies and to Gradle 8.10. * [CI] Building with JDK 21 instead of with JDK 11 (JDK 17 works fine too). * Using `mavenCentral()` instead of [deprecated](https://docs.gradle.org/current/userguide/upgrading_version_6.html#jcenter_deprecation) `jcenter()` * Removing useless Google plugins. * Setting `compileSdk` to 33 : Upsilon no longer requires the Notification permission. * versionCode : compiling with the current Unix/Epoch timestamp (±). * versionName : using the `UPSILON_VERSION` variable instead of the Omega one + adding the date of compiling. * Some improvements about icons. * [CI] Using the latests `uses: ` to make the warning about NodeJS deprecation disappear Many thanks to @Yaya-Cout (and to @pi-dev500 too :) 🫡 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:17:08 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#386
No description provided.