-
Notifications
You must be signed in to change notification settings - Fork 30
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
Update project and make it buildable again #42
Merged
Merged
Conversation
This file contains 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
Android Gradle Plugin now takes care of it. WARNING: DSL element 'dexOptions' is obsolete and should be removed. It will be removed in version 8.0 of the Android Gradle plugin. Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically.
Soon will migrate from Java to Kotlin and jdepend won't be used anymore
Project no longer contains Java code. Will migrate over to detekt tool.
vgaidarji
force-pushed
the
make-android-project-buildable-again
branch
from
March 15, 2024 10:52
801de29
to
7934bef
Compare
vgaidarji
force-pushed
the
make-android-project-buildable-again
branch
from
March 15, 2024 11:58
f601eb3
to
b8b292b
Compare
Added Crashlytics and Firebase App Distribution. Updated projects from old support libraries to androidx equivalents.
vgaidarji
force-pushed
the
make-android-project-buildable-again
branch
4 times, most recently
from
March 15, 2024 19:21
58052d4
to
565f518
Compare
vgaidarji
force-pushed
the
make-android-project-buildable-again
branch
from
March 15, 2024 19:24
565f518
to
c631691
Compare
vgaidarji
force-pushed
the
make-android-project-buildable-again
branch
from
March 15, 2024 19:47
b19d940
to
586a113
Compare
Using Ubuntu build machine instead of macOS, which is significantly faster to spin up. https://github.com/ReactiveCircus/android-emulator-runner for more details about Android emulator test GitHub action config.
vgaidarji
force-pushed
the
make-android-project-buildable-again
branch
from
March 18, 2024 09:45
d3f99ea
to
03440ab
Compare
Coveralls has poor support for Kotlin source code. Codecov does better job here.
vgaidarji
force-pushed
the
make-android-project-buildable-again
branch
18 times, most recently
from
March 18, 2024 14:13
45cc596
to
2d6cfdd
Compare
vgaidarji
force-pushed
the
make-android-project-buildable-again
branch
3 times, most recently
from
March 18, 2024 15:55
7f409f0
to
d710da6
Compare
vgaidarji
force-pushed
the
make-android-project-buildable-again
branch
from
March 18, 2024 16:08
d710da6
to
8eaa8af
Compare
vgaidarji
force-pushed
the
make-android-project-buildable-again
branch
from
March 29, 2024 07:53
1a177c0
to
7bfc1d1
Compare
vgaidarji
force-pushed
the
make-android-project-buildable-again
branch
from
March 29, 2024 07:54
7bfc1d1
to
cf1b5ec
Compare
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.
What has been done
What's left (will be the scope of another PRs)
How to test