[PR #376] [MERGED] [Simulator/Android] Bump to latest dependencies + other improvements #387

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

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/376
Author: @mickbot-92
Created: 10/19/2024
Status: Merged
Merged: 10/20/2024
Merged by: @Yaya-Cout

Base: upsilon-devHead: bump-android


📝 Commits (1)

  • f999c8c [Simulator/Android] Bump to latest dependencies + other improvements

📊 Changes

14 files changed (+78 additions, -84 deletions)

View changed files

📝 .github/workflows/ci-docker.yml (+1 -1)
📝 .github/workflows/ci-workflow.yml (+29 -24)
📝 .github/workflows/metric-workflow.yml (+3 -3)
📝 README.md (+3 -3)
📝 ion/src/simulator/android/Makefile (+3 -3)
📝 ion/src/simulator/android/build.gradle (+14 -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/android/src/res/mipmap-v26/ic_launcher.xml (+1 -1)
ion/src/simulator/android/src/res/values/colors.xml (+0 -5)
📝 ion/src/simulator/android/src/res/values/resources.xml (+4 -2)
ion/src/simulator/android/src/res/values/strings.xml (+0 -3)
📝 ion/src/simulator/assets/logo.svg (+18 -21)

📄 Description

  • Bumping to latest stable dependencies and Gradle.
    • [CI] Building with JDK 21 instead of with JDK 11 (JDK 17 works fine too if you remove the latest line of build.gradle).
    • 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/376 **Author:** [@mickbot-92](https://github.com/mickbot-92) **Created:** 10/19/2024 **Status:** ✅ Merged **Merged:** 10/20/2024 **Merged by:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Base:** `upsilon-dev` ← **Head:** `bump-android` --- ### 📝 Commits (1) - [`f999c8c`](https://github.com/UpsilonNumworks/Upsilon/commit/f999c8c806f8f6fdf9c73dfbfb277379ab00e7ac) [Simulator/Android] Bump to latest dependencies + other improvements ### 📊 Changes **14 files changed** (+78 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci-docker.yml` (+1 -1) 📝 `.github/workflows/ci-workflow.yml` (+29 -24) 📝 `.github/workflows/metric-workflow.yml` (+3 -3) 📝 `README.md` (+3 -3) 📝 `ion/src/simulator/android/Makefile` (+3 -3) 📝 `ion/src/simulator/android/build.gradle` (+14 -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/android/src/res/mipmap-v26/ic_launcher.xml` (+1 -1) ➖ `ion/src/simulator/android/src/res/values/colors.xml` (+0 -5) 📝 `ion/src/simulator/android/src/res/values/resources.xml` (+4 -2) ➖ `ion/src/simulator/android/src/res/values/strings.xml` (+0 -3) 📝 `ion/src/simulator/assets/logo.svg` (+18 -21) </details> ### 📄 Description * Bumping to latest stable dependencies and Gradle. * [CI] Building with JDK 21 instead of with JDK 11 (JDK 17 works fine too if you remove the latest line of build.gradle). * 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:09 +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#387
No description provided.