Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Fix for gradlew build #619

Merged
merged 1 commit into from
May 27, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package androidx.constraintlayout.core.motion.utils;

/**
* Schlicks bias and gain functions
* Schlick's bias and gain functions
* curve for use in an easing function including quantize functions
*/
public class Schlick extends Easing {
Expand Down
1 change: 1 addition & 0 deletions constraintlayout/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ core.version=1.1.0-alpha01
compose.version=1.1.0-alpha01
tools.version=1.0.0-alpha05
swing.version=1.0.0-alpha05
org.gradle.java.home=/Applications/Android Studio.app/Contents/jre/Contents/Home