Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Update tooling and dependencies #843

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

ziegenberg
Copy link
Contributor

@ziegenberg ziegenberg commented Jun 5, 2021

set gradle distributionType for wrapper

Re-configuring the wrapper task in build.gradle. With the configuration in place running ./gradlew wrapper --gradle-version 7.0.2 is enough to produce a distributionUrl value in the Wrapper properties file that will request the -all distribution.

Update gradle and gradle wrapper

  • gradle 7.0.2
  • Android Gradle plugin 4.2.1
  • gradle wrapper for *nix and Windows

Partly migrate from JCenter to Maven Central

The abandoned dependency com.github.aakira:expandable-layout:1.6.0 is 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

  • androidx.media:media to 1.3.1
  • androidx.appcompat:appcompat to1.3.0
  • androidx.recyclerview:recyclerview to 1.2.1

No Update

ensures the correct distribution type when updating the gradle wrapper via 'gradlew wrapper'

Signed-off-by: Daniel Ziegenberg <[email protected]>
- gradle 7.0.2
- Android Gradle plugin 4.2.1
- gradle wrapper for *nix and Windows

Signed-off-by: Daniel Ziegenberg <[email protected]>
adding Maven Central to repositories (see andOTP#841)

Signed-off-by: Daniel Ziegenberg <[email protected]>
- 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 <[email protected]>
Signed-off-by: Daniel Ziegenberg <[email protected]>
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 <[email protected]>
- gradle 7.1.1
- Android Gradle plugin 4.2.2
- gradle wrapper for *nix and Windows

Signed-off-by: Daniel Ziegenberg <[email protected]>
- 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 <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants