Conversation
… project requires assembleStandardDebug. UPdated 16kb alignment script to reflect this incase its needed again in the future
…p gradle sync+build a good bit
- androidx work classes to latest release - updated firebsae bill of materials to latest v33 release - use the newly stable version of androidx.security crypto library intsead of alpha - updated guava, gson - migrated to firebase bill of materials 34... https://www.blamechris.com/archery-apprentice-docs/developer-guide/guides/firebase-ktx-deprecation this required switching from firebase-messaging-ktx to jsut firebase-messaging in the 34 series, all KTX modules are now just part of the main API https://firebase.google.com/docs/android/kotlin-migration FirebaseMessagingModule.kt never used any of these extension functions, so this required no code changes, just build script changes
… always-nonnull type
…ons catalog to pin android dep versions across multiple gradle scripts
…ype of thing is depends on the order the tasks (aka methods) are declared in the build script. this removes the warning, but is also needed when upgrading to newer gradle versions (which eventually you have no choice but to do)
…e the android gralde plugin, which like so many things here, requires a react native upgrade
…s of the gradle project (app/build.gradle, build.gradle, settings.gradle) Made it so project wasn't redefining settings across 3 gradle files. updated root build.gradle and settings.gradle to new Kotlin DSL
…dle applies settings and we autolink react native pkgs into quiet
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
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.
./graldew assembleDebuganymore so updated documentation and other scripts that reliad on thatandroid/gradle/libs.versions.toml, essentially thepackage.jsonof the android world cuz deps were declared randomlyim putting this as draft for now because i still need a minute to test this, but it looks good