mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #372] [CLOSED] [OLD] [Simulator/Android] Bump to latest dependencies and Gradle + other improvements #386
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#386
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/372
Author: @mickbot-92
Created: 7/25/2024
Status: ❌ Closed
Base:
upsilon-dev← Head:bump-android📝 Commits (7)
63fdb59[Simulator/Android] Bump to latest dependencies and Gradle + remove useless Google plugins23de6c9[CI] Bump checkout version to master + Use Java 17 for Android42516c7[Simulator/Android] Build with a versionCode based on the date + with “fixed” versionName78b540b[Simulator/Android] Fix deprecations reported by Gradle 8.94e3fda6[Simulator/Android] Some improvementsa25da2e[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
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 disappearMany 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.