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

Added composite builds like android test app, so we can target local copy of SDK instead of jitpack. #9

Closed
wants to merge 1 commit into from

Conversation

evan-masseau
Copy link
Contributor

No description provided.

@@ -0,0 +1,17 @@
// Substitute the jitpack SDK dependency for your local instance of the project
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be in android or example/android?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mm wait nvm this should be here..but feels weird to have this be in the repo since eventually this will be public

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a way to add a local settings file instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thats a good point, this I copied from the android test app repo, since that is private. I don't know of a way to make a private settings file, only local.properties.
I suppose we can just share this internally and not commit it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonder if it'd be possible to do this in the rn test app... feels like no since that will be importing the node project, but... idk maybe it could work

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually that wouldn't help anyways nvm

@@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:7.2.1"
classpath "com.android.tools.build:gradle:7.3.1"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to have matching gradle versions with the SDK

@evan-masseau
Copy link
Contributor Author

Closing due to the very valid point that this would be a little odd to have in the public repo. Could be a useful tool, but not to merge permanently.

@evan-masseau evan-masseau deleted the gradle-composite branch January 3, 2024 03:15
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.

2 participants