-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy flags fix #308
Merged
Merged
Copy flags fix #308
Conversation
This file contains 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
Merged
DerTyp7214
added a commit
that referenced
this pull request
Oct 14, 2023
* update build action * Copy flags fix (#308) * edit crowdsource_uri before copy * writeText > writeFile * gradle * writeText > writeFile * gradle wrapper * more gradle * sdk version * brih * gradle and deps * 🚀 Update build tools version to 34.0.0 and firebase-bom to 32.1.0 Separated build tools update and firebase-bom update in two separate commits. Updated build tools version to 34.0.0 to enable build on latest version of Android Studio. Updated firebase-bom to version 32.1.0 for compatibility and updated version codes and names for release. Also added app/debug to .gitignore. * 🚀 Update libsuVersion to 5.1.0 Updates the libsuVersion to 5.1.0 for the project. * 🔄 Update build tools and dependencies Updated build tools version and dependencies to the latest release candidate version. * 🎨 Update buildToolsVersion and compileSdkPreview, 🐛 Fixing bugs/compatibility issues * ⬆️ Update buildToolsVersion, ♻️ Refactor some directories. * 🔧 update buildToolsVersion, compileSdk and library version 🔧 Update buildToolsVersion, compileSdk and library version to compatible ones. Also update suppressUnsupportedCompileSdk to include additional version. * Bump gradle/gradle-build-action from 2.4.2 to 2.5.1 (#343) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.4.2 to 2.5.1. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@v2.4.2...v2.5.1) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Move libs to libs.versions.toml * lib updates * Java 17 -> 20 * submodules * ⬆️ Update versions, Remove unused dependencies * Bump gradle/gradle-build-action from 2.5.1 to 2.7.0 (#364) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.5.1 to 2.7.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@v2.5.1...v2.7.0) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * libsu * Bump mukunku/tag-exists-action from 1.2.0 to 1.3.0 (#382) Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](mukunku/tag-exists-action@v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: mukunku/tag-exists-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * libs * App Version Update New changes: • Bump versionCode to 384002 * Update Subs (#391) * Update Subs New changes: • Fix MD3 Switches Colors * Update Subs * Bump actions/checkout from 3 to 4 (#408) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle/gradle-build-action from 2.7.0 to 2.8.0 (#407) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * libs * stupido * fix for #396 1st: c325d83 2nd: 65d16bf * reduce image size in RAM * reduce image size in RAM * gradle and recycle error fix * libs * Bump mukunku/tag-exists-action from 1.3.0 to 1.4.0 (#427) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump gradle/gradle-build-action from 2.8.0 to 2.8.1 (#436) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump r0adkll/upload-google-play from 1.0.15 to 1.1.2 (#437) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * libs * Fix Crash on Android 14, Update Libs New dependencies changes: • Update com.google.android.material to 1.10.0 • Update androidx.activity:activity-ktx to 1.8.0 • Update androidx.compose.ui:ui-tooling to 1.5.3 • Update androidx.navigation:navigation-ui-ktx to 2.7.4 • Update com.android.tools.build:gradle to 8.3.0-alpha07 • Update androidx.navigation:navigation-fragment-ktx to 2.7.4 • Update androidx.constraintlayout:constraintlayout to 2.2.0-alpha13 • Migrate to com.google.android.play:app-update 2.1.0 & com.google.android.play:app-update-ktx 2.1.0 Others Changes: • Update versionName to 3.8.6 • Update versionCode to 386000 • Update Hungarian Translation • Update actions/cache to v3.3.2 • Update actions/setup-java to v3.13.0 • Update gradle/gradle-build-action to v2.9.0 • Update ndk-version to r26 * This update may wont work * This update may wont work * Add foldable margin for large display devices Others Changes: • Update versionName to 3.8.7 • Update versionCode to 387001 • Update Translations * vcs * maybe fix * maybe fix * maybe fix * maybe fix * maybe fix * close streams * preview * v3.9.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: DerBot7214 <lengwenath1@gmail.com> Co-authored-by: DerBot7214 <37804065+DerTyp7214@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: PahaAkos <paha.akos@gmail.com> Co-authored-by: Akos Paha <131550765+AkosPaha01@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.