This repository was archived by the owner on Jun 14, 2022. It is now read-only.
Update tooling and dependencies#843
Open
ziegenberg wants to merge 8 commits into
Open
Conversation
ensures the correct distribution type when updating the gradle wrapper via 'gradlew wrapper' Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
be9eb1b to
b4b950d
Compare
- gradle 7.0.2 - Android Gradle plugin 4.2.1 - gradle wrapper for *nix and Windows Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
adding Maven Central to repositories (see andOTP#841) Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
- androidx.media:media to 1.3.1 - androidx.appcompat:appcompat to1.3.0 - androidx.recyclerview:recyclerview to 1.2.1 - com.leinardi.android:speed-dial to 3.2.0 Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
b4b950d to
3e0126f
Compare
This was referenced Jun 13, 2021
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
do not update dependency com.leinardi.android:speed-dial to 3.2.0 as long as andOTP#168 (leinardi/FloatingActionButtonSpeedDial#168) is not solved Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
- gradle 7.1.1 - Android Gradle plugin 4.2.2 - gradle wrapper for *nix and Windows Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
- com.google.android.material:material to 1.4.0 - com.journeyapps:zxing-android-embedded to 4.1.0 - androidx.test.espresso:espresso-core to 3.3.0 Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
set gradle
distributionTypefor wrapperRe-configuring the wrapper task in
build.gradle. With the configuration in place running./gradlew wrapper --gradle-version 7.0.2is enough to produce adistributionUrlvalue in the Wrapper properties file that will request the-alldistribution.Update gradle and gradle wrapper
Partly migrate from JCenter to Maven Central
The abandoned dependency
com.github.aakira:expandable-layout:1.6.0is only available on JCenter and not on Maven Central. This make a complete transition from JCenter to Maven Central impossible at the moment. See #842 for details.Update dependencies
No Update
There seems be a bug in version 3.2.0.