Skip to content
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 2 commits into from
May 4, 2023
Merged

Copy flags fix #308

merged 2 commits into from
May 4, 2023

Conversation

DerTyp7214
Copy link
Owner

No description provided.

@DerTyp7214 DerTyp7214 merged commit 2e2c19c into master May 4, 2023
@DerTyp7214 DerTyp7214 deleted the copy_flags_fix branch May 4, 2023 01:29
@DerBot7214 DerBot7214 mentioned this pull request May 4, 2023
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant