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

Upgrading the repo dependencies and tooling to current android standards #213

Merged
merged 9 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed auth module. don't want to mix it with upgrades
  • Loading branch information
lalwani committed Feb 20, 2024
commit b467c49b14c660fd70501a4d6939f78ee3f21c05
1 change: 0 additions & 1 deletion auth/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions auth/build.gradle.kts

This file was deleted.

21 changes: 0 additions & 21 deletions auth/proguard-rules.pro

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions auth/src/main/AndroidManifest.xml

This file was deleted.

170 changes: 0 additions & 170 deletions auth/src/main/res/drawable/ic_launcher_background.xml

This file was deleted.

30 changes: 0 additions & 30 deletions auth/src/main/res/drawable/ic_launcher_foreground.xml

This file was deleted.

6 changes: 0 additions & 6 deletions auth/src/main/res/mipmap-anydpi/ic_launcher.xml

This file was deleted.

6 changes: 0 additions & 6 deletions auth/src/main/res/mipmap-anydpi/ic_launcher_round.xml

This file was deleted.

Binary file removed auth/src/main/res/mipmap-hdpi/ic_launcher.webp
Binary file not shown.
Binary file removed auth/src/main/res/mipmap-hdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed auth/src/main/res/mipmap-mdpi/ic_launcher.webp
Binary file not shown.
Binary file removed auth/src/main/res/mipmap-mdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed auth/src/main/res/mipmap-xhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file removed auth/src/main/res/mipmap-xxhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file removed auth/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
10 changes: 0 additions & 10 deletions auth/src/main/res/values-night/themes.xml

This file was deleted.

10 changes: 0 additions & 10 deletions auth/src/main/res/values/colors.xml

This file was deleted.

3 changes: 0 additions & 3 deletions auth/src/main/res/values/strings.xml

This file was deleted.

10 changes: 0 additions & 10 deletions auth/src/main/res/values/themes.xml

This file was deleted.

17 changes: 0 additions & 17 deletions auth/src/test/java/com/uber/sdk2/auth/ExampleUnitTest.java

This file was deleted.

Loading