Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Binary file modified BiometricAuthentication/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Mon Oct 07 10:54:41 PDT 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The Gradle distribution type was changed from all to bin. The bin distribution is smaller, which is good for CI, but it lacks Gradle sources and documentation. For local development, the all distribution is often preferred as it allows IDEs to provide better support, like navigating to Gradle source code. Given that this repository contains sample projects, retaining the all distribution would be better for developers exploring the code. It is recommended to revert this change. To generate the wrapper with the all distribution in the future, you can run ./gradlew wrapper --distribution-type all.

distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip

zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
117 changes: 69 additions & 48 deletions BiometricAuthentication/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

179 changes: 89 additions & 90 deletions BiometricAuthentication/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified BiometricLoginKotlin/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Thu Feb 27 09:22:57 PST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The Gradle distribution type was changed from all to bin. The bin distribution is smaller, which is good for CI, but it lacks Gradle sources and documentation. For local development, the all distribution is often preferred as it allows IDEs to provide better support, like navigating to Gradle source code. Given that this repository contains sample projects, retaining the all distribution would be better for developers exploring the code. It is recommended to revert this change. To generate the wrapper with the all distribution in the future, you can run ./gradlew wrapper --distribution-type all.

distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip

zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
Loading