You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello dear friend, wasn't itOh, I posted the latest version. correct with these settings you changed?! Because, for example, API 35 is the latest version. @codewithtamim
Bro, the Android API in your PR refers to the minimum SDK version. You changed it to 35, which is wrong—it will only run on devices with API 35 or higher. It should be set to 21 (Android 5), which was the correct minimum SDK before.
Hello dear friend, wasn't itOh, I posted the latest version. correct with these settings you changed?! Because, for example, API 35 is the latest version. @codewithtamim
Bro, the Android API in your PR refers to the minimum SDK version. You changed it to 35, which is wrong—it will only run on devices with API 35 or higher. It should be set to 21 (Android 5), which was the correct minimum SDK before.
Bro,s latest stable version of Java is 21.(21 lts)
Does that mean version 17 is more compatible?!
Basic Configuration
Eclipse Temurin
steps:
uses: actions/checkout@v4
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
run: java HelloWorldApp.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
优化aftifact上传分类
修复api兼容