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

Commit 99b8b33

Browse files
authored
Fix for gradlew build (#619)
1 parent ef01f03 commit 99b8b33

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

constraintlayout/core/src/main/java/androidx/constraintlayout/core/motion/utils/Schlick.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package androidx.constraintlayout.core.motion.utils;
1818

1919
/**
20-
* Schlicks bias and gain functions
20+
* Schlick's bias and gain functions
2121
* curve for use in an easing function including quantize functions
2222
*/
2323
public class Schlick extends Easing {

constraintlayout/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ core.version=1.1.0-alpha01
1010
compose.version=1.1.0-alpha01
1111
tools.version=1.0.0-alpha05
1212
swing.version=1.0.0-alpha05
13+
org.gradle.java.home=/Applications/Android Studio.app/Contents/jre/Contents/Home

0 commit comments

Comments
 (0)