mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #376] [MERGED] [Simulator/Android] Bump to latest dependencies + other improvements #387
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#387
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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-dev← Head: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
mavenCentral()instead of deprecatedjcenter()compileSdkto 33 : Upsilon no longer requires the Notification permission.UPSILON_VERSIONvariable instead of the Omega one + adding the date of compiling.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.