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

JCenter Migration to Jitpack #1226

Merged
merged 9 commits into from
Aug 18, 2024
Merged

JCenter Migration to Jitpack #1226

merged 9 commits into from
Aug 18, 2024

Conversation

amrhossamdev
Copy link
Member

@amrhossamdev amrhossamdev commented Aug 16, 2024

Fixes #1225.

Major Changes

  • Migrated affected libraries from JCenter to JitPack and hosted them in our repository.
  • Updated Google Places SDK due to its dependency on a JCenter-based library.
  • Added Maven Central and removed JCenter

Affected libraries

Migrated

  • edu.usf.cutr:pelias-client-library:1.1.0 to com.github.OneBusAway:pelias-client-library:v1.1.0'
  • uk.co.markormesher:android-fab:2.2.0 to com.github.OneBusAway:android-fab:2.4.1
  • edu.usf.cutr:open311client:1.0.10 to com.github.OneBusAway:open311-client:1.0.10

Updated

  • Updated Google Places SDK from 1.1.0 to 2.6.0

Result

  • The OBA Android build and CLI are now fully operational.

  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the unit tests with gradlew connectedObaGoogleDebugAndroidTest to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them for the initial submission of the pull request. When addressing comments on a pull request, please push a new commit per comment when possible (reviewers will squash and merge using GitHub merge tool)

@amrhossamdev amrhossamdev changed the title JCenter Migration JCenter Migration to Jitpack Aug 17, 2024
@amrhossamdev amrhossamdev self-assigned this Aug 17, 2024
@@ -21,7 +21,6 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter()
Copy link
Member

Choose a reason for hiding this comment

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

💀

Copy link
Member Author

Choose a reason for hiding this comment

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

it was like a father to me

Copy link
Member

@aaronbrethorst aaronbrethorst left a comment

Choose a reason for hiding this comment

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

great work! 👍

@aaronbrethorst aaronbrethorst merged commit 554990e into main Aug 18, 2024
2 checks passed
@aaronbrethorst aaronbrethorst deleted the JCenter-migration branch August 18, 2024 23:21
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.

Update Dependencies: Replace JCenter with Manual Library Management (Affects CLI)
2 participants